bmay commited on
Commit
32ecfa8
·
verified ·
1 Parent(s): b033d86

Update app.py

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