shimu0215 commited on
Commit
bef8a52
·
verified ·
1 Parent(s): facbd60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )