Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -588,7 +588,7 @@ def model(img):
|
|
588 |
return img_array
|
589 |
|
590 |
iface = gr.Interface(
|
591 |
-
fn=
|
592 |
inputs="image",
|
593 |
outputs="image"
|
594 |
)
|
|
|
588 |
return img_array
|
589 |
|
590 |
iface = gr.Interface(
|
591 |
+
fn=MonoGeoDepthModelRun,
|
592 |
inputs="image",
|
593 |
outputs="image"
|
594 |
)
|