NightRaven109 commited on
Commit
6b21338
·
verified ·
1 Parent(s): 69e276e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def initialize_model():
187
  # Download model from private repo
188
  model_path = hf_hub_download(
189
  "NightRaven109/DepthAnythingv2custom",
190
- "model95.pth",
191
  use_auth_token=os.environ['Read']
192
  )
193
 
 
187
  # Download model from private repo
188
  model_path = hf_hub_download(
189
  "NightRaven109/DepthAnythingv2custom",
190
+ "NewRun1-20/DepthAnyhtingv2new1-20epoch27.pth",
191
  use_auth_token=os.environ['Read']
192
  )
193