Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import sys
|
3 |
import subprocess
|
4 |
from huggingface_hub import hf_hub_download, hf_hub_list
|
|
|
5 |
from pathlib import Path
|
6 |
import spaces
|
7 |
MODEL_REPO = "tencent/HunyuanVideo-Avatar"
|
|
|
2 |
import sys
|
3 |
import subprocess
|
4 |
from huggingface_hub import hf_hub_download, hf_hub_list
|
5 |
+
from huggingface_hub import list_repo_files
|
6 |
from pathlib import Path
|
7 |
import spaces
|
8 |
MODEL_REPO = "tencent/HunyuanVideo-Avatar"
|