diff --git a/tensors.py b/tensors.py index 8c2fdce..a7bf101 100644 --- a/tensors.py +++ b/tensors.py @@ -493,7 +493,8 @@ def download_model( f.write(chunk) progress.update(task, advance=len(chunk)) - console.print(f"[green]Downloaded:[/green] {dest_path}") + console.print() + console.print(f"[magenta]Downloaded:[/magenta] [green]\"{dest_path}\"[/green]") return True except httpx.HTTPStatusError as e: