diff --git a/web_src/js/features/cloudbrainShow.js b/web_src/js/features/cloudbrainShow.js index 26ccc0deb..6cb2390c4 100644 --- a/web_src/js/features/cloudbrainShow.js +++ b/web_src/js/features/cloudbrainShow.js @@ -862,7 +862,7 @@ export default async function initCloudrainSow() { !element.IsDir && loadCheckpointFile.includes(ckptSuffix[ckptSuffix.length - 1]) ) { - html += `
${element.FileName}
`; + html += `
${element.FileName}
`; } }); $("#model_checkpoint").append(html);