shimu0215 commited on
Commit
77ffbb1
·
verified ·
1 Parent(s): 92d0784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class Config:
29
  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
  )
 
29
  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
  )