Spaces:
Build error
Build error
Update app_t2v.py
Browse files- app_t2v.py +1 -1
app_t2v.py
CHANGED
|
@@ -23,7 +23,7 @@ import gc
|
|
| 23 |
print("Starting Gradio App for Wan 2.2 TI2V-5B...")
|
| 24 |
|
| 25 |
# Download model snapshots from Hugging Face Hub
|
| 26 |
-
repo_id = "
|
| 27 |
print(f"Downloading/loading checkpoints for {repo_id}...")
|
| 28 |
ckpt_dir = snapshot_download(repo_id, local_dir_use_symlinks=False)
|
| 29 |
print(f"Using checkpoints from {ckpt_dir}")
|
|
|
|
| 23 |
print("Starting Gradio App for Wan 2.2 TI2V-5B...")
|
| 24 |
|
| 25 |
# Download model snapshots from Hugging Face Hub
|
| 26 |
+
repo_id = "Wan-AI/Wan2.2-TI2V-5B"
|
| 27 |
print(f"Downloading/loading checkpoints for {repo_id}...")
|
| 28 |
ckpt_dir = snapshot_download(repo_id, local_dir_use_symlinks=False)
|
| 29 |
print(f"Using checkpoints from {ckpt_dir}")
|