Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import subprocess
|
|
| 5 |
import threading
|
| 6 |
|
| 7 |
# download model
|
| 8 |
-
huggingface_hub.
|
| 9 |
repo_id='ariesssxu/vta-ldm-clip4clip-v-large',
|
| 10 |
local_dir='./ckpt'
|
| 11 |
)
|
|
|
|
| 5 |
import threading
|
| 6 |
|
| 7 |
# download model
|
| 8 |
+
huggingface_hub.snapshot_download(
|
| 9 |
repo_id='ariesssxu/vta-ldm-clip4clip-v-large',
|
| 10 |
local_dir='./ckpt'
|
| 11 |
)
|