Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def download_weights():
|
|
| 37 |
else:
|
| 38 |
print(f"β
Already exists: {local_path}")
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
def print_ckpt_structure(base_path="ckpt"):
|
| 43 |
print(f"π Listing structure of: {base_path}", flush=True)
|
|
|
|
| 37 |
else:
|
| 38 |
print(f"β
Already exists: {local_path}")
|
| 39 |
|
| 40 |
+
download_weights()
|
| 41 |
|
| 42 |
def print_ckpt_structure(base_path="ckpt"):
|
| 43 |
print(f"π Listing structure of: {base_path}", flush=True)
|