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

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=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()