Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
8e2e7b5
1
Parent(s):
5df9059
fix
Browse files- download_base_model.py +1 -0
download_base_model.py
CHANGED
@@ -25,6 +25,7 @@ def main(
|
|
25 |
print(f"Preparing {name}...")
|
26 |
snapshot_download(name)
|
27 |
|
|
|
28 |
print("Done.")
|
29 |
|
30 |
|
|
|
25 |
print(f"Preparing {name}...")
|
26 |
snapshot_download(name)
|
27 |
|
28 |
+
print("")
|
29 |
print("Done.")
|
30 |
|
31 |
|