jhaozhuang commited on
Commit
e1bc55b
1 Parent(s): 7005a15
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ from util import util
64
 
65
  from huggingface_hub import snapshot_download
66
 
67
- model_global_path = snapshot_download(repo_id="JunhaoZhuang/ColorFlow", cache_dir='./colorflow/')
68
  print(model_global_path)
69
 
70
 
 
64
 
65
  from huggingface_hub import snapshot_download
66
 
67
+ model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
68
  print(model_global_path)
69
 
70