NightRaven109 commited on
Commit
e1c9358
·
verified ·
1 Parent(s): f832486

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