diff --git a/js/app.js b/js/app.js index b40ee9d..5102cdd 100644 --- a/js/app.js +++ b/js/app.js @@ -570,7 +570,7 @@ : 'Fetching config from HuggingFace...'; loadingIndicator.style.display = 'block'; - const url = `https://huggingface.co/${modelName}/blob/main/config.json`; + const url = `https://huggingface.co/${modelName}/resolve/main/config.json`; try { const response = await fetch(url);