Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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()
|