supundhananjaya commited on
Commit
b964957
·
verified ·
1 Parent(s): 8df2f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -588,7 +588,7 @@ def model(img):
588
  return img_array
589
 
590
  iface = gr.Interface(
591
- fn=model,
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
  )