diff --git a/web_src/js/features/cloudbrainShow.js b/web_src/js/features/cloudbrainShow.js index da24c9335..f0e1c7f3a 100644 --- a/web_src/js/features/cloudbrainShow.js +++ b/web_src/js/features/cloudbrainShow.js @@ -278,9 +278,17 @@ export default async function initCloudrainSow() { } else { if (downloadFlag) { if (gpuFlag) { - html += ``; + if (path.includes("model_list")) { + html += ``; + } else { + html += ``; + } } else { - html += ``; + if (path.includes("model_list")) { + html += ``; + } else { + html += ``; + } } } else { html += ``;