Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
| 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
|