Spaces:
Running
on
Zero
Running
on
Zero
update LatentSync repo
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from huggingface_hub import snapshot_download
|
|
| 12 |
os.makedirs("checkpoints", exist_ok=True)
|
| 13 |
|
| 14 |
snapshot_download(
|
| 15 |
-
repo_id = "
|
| 16 |
local_dir = "./checkpoints"
|
| 17 |
)
|
| 18 |
|
|
|
|
| 12 |
os.makedirs("checkpoints", exist_ok=True)
|
| 13 |
|
| 14 |
snapshot_download(
|
| 15 |
+
repo_id = "ByteDance/LatentSync",
|
| 16 |
local_dir = "./checkpoints"
|
| 17 |
)
|
| 18 |
|