Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
"
|
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 |
|