NightRaven109 commited on
Commit
226e074
·
verified ·
1 Parent(s): ad55a7d

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
- "model2.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
+ "model95.pth",
191
  use_auth_token=os.environ['Read']
192
  )
193