Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ subprocess.run(
|
|
18 |
if __name__ == "__main__":
|
19 |
from huggingface_hub import snapshot_download
|
20 |
|
21 |
-
snapshot_download("
|
22 |
|
23 |
import os
|
24 |
import sys
|
|
|
18 |
if __name__ == "__main__":
|
19 |
from huggingface_hub import snapshot_download
|
20 |
|
21 |
+
snapshot_download("cavargas10/Unique3D", repo_type="model", local_dir="./ckpt")
|
22 |
|
23 |
import os
|
24 |
import sys
|