NguyenDinhHieu commited on
Commit
e48756f
·
verified ·
1 Parent(s): a0953e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ MODEL_REPO = "NguyenDinhHieu/EquiFashionModel"
32
  openpose_body_model_path = hf_hub_download(MODEL_REPO, filename="body_pose_model.pth")
33
  openpose_hand_model_path = hf_hub_download(MODEL_REPO, filename="hand_pose_model.pth")
34
  sam_model_path = hf_hub_download(MODEL_REPO, filename="open_clip_pytorch_model.bin")
35
- my_model_path = hf_hub_download(MODEL_REPO, filename="hfd_100epochs.ckpt")
36
 
37
  ##########################################
38
  # Initialize model on GPU once
 
32
  openpose_body_model_path = hf_hub_download(MODEL_REPO, filename="body_pose_model.pth")
33
  openpose_hand_model_path = hf_hub_download(MODEL_REPO, filename="hand_pose_model.pth")
34
  sam_model_path = hf_hub_download(MODEL_REPO, filename="open_clip_pytorch_model.bin")
35
+ my_model_path = hf_hub_download(MODEL_REPO, filename="eqf_final.ckpt")
36
 
37
  ##########################################
38
  # Initialize model on GPU once