rahul7star commited on
Commit
4cf9808
·
verified ·
1 Parent(s): 51c2eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"