This commit is contained in:
oobabooga 2025-06-10 09:02:52 -07:00
parent 2dabdbc7da
commit 889153952f

View file

@ -260,6 +260,7 @@ def download_model_wrapper(repo_id, specific_file, progress=gr.Progress(), retur
output = "```\n"
for link in links:
output += f"{Path(link).name}" + "\n"
output += "```"
yield output
return