DegMaTsu commited on
Commit
420af44
·
verified ·
1 Parent(s): d0174f6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ print("gradio version:", gradio.__version__)
51
  print("gradio_client version:", gradio_client.__version__)
52
 
53
  hf_hub_download(repo_id="ezioruan/inswapper_128.onnx", filename="inswapper_128.onnx", local_dir="models/insightface")
54
- hf_hub_download(repo_id="martintomov/comfy", filename="facerestore_models/GPEN-BFR-512.onnx", local_dir="models/insightface")
55
  hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
56
  hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="insightface/models/buffalo_l")
57
  hf_hub_download(repo_id="MonsterMMORPG/tools", filename="2d106det.onnx", local_dir="insightface/models/buffalo_l")
 
51
  print("gradio_client version:", gradio_client.__version__)
52
 
53
  hf_hub_download(repo_id="ezioruan/inswapper_128.onnx", filename="inswapper_128.onnx", local_dir="models/insightface")
54
+ hf_hub_download(repo_id="martintomov/comfy", filename="facerestore_models/GPEN-BFR-512.onnx", local_dir="models/facerestore_models")
55
  hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
56
  hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="insightface/models/buffalo_l")
57
  hf_hub_download(repo_id="MonsterMMORPG/tools", filename="2d106det.onnx", local_dir="insightface/models/buffalo_l")