bmay commited on
Commit
d850561
·
verified ·
1 Parent(s): c970642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ def run_theia(image):
46
 
47
  return vis_video
48
 
49
- demo = gr.Interface(fn=run_theia, inputs=gr.Image(type="pil"), outputs=gr.Image(type="numpy"))
50
  demo.launch()
 
46
 
47
  return vis_video
48
 
49
+ demo = gr.Interface(fn=run_theia, inputs=gr.Image(type="pil"), outputs=gr.Image(type="pil"))
50
  demo.launch()