Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def depth_normal(img, model_selection="vit-small"):
|
|
| 54 |
if model_selection == "vit_small":
|
| 55 |
model = model_small
|
| 56 |
cfg = cfg_small
|
| 57 |
-
elif
|
| 58 |
model = model_large
|
| 59 |
cfg = cfg_large
|
| 60 |
|
|
|
|
| 54 |
if model_selection == "vit_small":
|
| 55 |
model = model_small
|
| 56 |
cfg = cfg_small
|
| 57 |
+
elif model_selection == "vit_large":
|
| 58 |
model = model_large
|
| 59 |
cfg = cfg_large
|
| 60 |
|