From 889153952f5545fb2b94b7a853aa24ae754ef79f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:02:52 -0700 Subject: [PATCH] Lint --- modules/ui_model_menu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui_model_menu.py b/modules/ui_model_menu.py index 2a7d3d9d..9e982f0e 100644 --- a/modules/ui_model_menu.py +++ b/modules/ui_model_menu.py @@ -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