Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=gr.Image(type="pil"), outputs=gr.Image(type="numpy"))
|
48 |
demo.launch()
|
|
|
44 |
|
45 |
return vis_video
|
46 |
|
47 |
+
demo = gr.Interface(fn=run_theia, inputs=gr.Image(type="pil", width=224, height=224), outputs=gr.Image(type="numpy"))
|
48 |
demo.launch()
|