Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
# Настройки
|
10 |
use_custom_weights = True
|
11 |
custom_weights_path = hf_hub_download(
|
12 |
-
repo_id="focuzz/
|
13 |
filename="unet_weights.pth"
|
14 |
)
|
15 |
|
|
|
9 |
# Настройки
|
10 |
use_custom_weights = True
|
11 |
custom_weights_path = hf_hub_download(
|
12 |
+
repo_id="focuzz/depth-estimation",
|
13 |
filename="unet_weights.pth"
|
14 |
)
|
15 |
|