Spaces:
Runtime error
Runtime error
Commit ·
6fcc7bb
1
Parent(s): ef352a0
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -12,7 +12,7 @@ def convert_checkpoint(url, name,repo_id, hf_token ,visibility ,image_size, sche
|
|
| 12 |
os.system(f"wget -q {url} --content-disposition -O {name}.safetensors")
|
| 13 |
|
| 14 |
time.sleep(5)
|
| 15 |
-
print(Download successful)
|
| 16 |
|
| 17 |
# Construct the checkpoint path and dump path
|
| 18 |
checkpoint_path = f"{name}.safetensors"
|
|
|
|
| 12 |
os.system(f"wget -q {url} --content-disposition -O {name}.safetensors")
|
| 13 |
|
| 14 |
time.sleep(5)
|
| 15 |
+
print("Download successful")
|
| 16 |
|
| 17 |
# Construct the checkpoint path and dump path
|
| 18 |
checkpoint_path = f"{name}.safetensors"
|