Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ class ModelManager:
|
|
30 |
@staticmethod
|
31 |
def load_model(checkpoint_name: str):
|
32 |
model_path = hf_hub_download(
|
|
|
33 |
repo_id="shimu0215/seg",
|
34 |
filename="sapiens_2b_render_people_epoch_25_torchscript.pt2",
|
35 |
)
|
|
|
30 |
@staticmethod
|
31 |
def load_model(checkpoint_name: str):
|
32 |
model_path = hf_hub_download(
|
33 |
+
|
34 |
repo_id="shimu0215/seg",
|
35 |
filename="sapiens_2b_render_people_epoch_25_torchscript.pt2",
|
36 |
)
|