bmay commited on
Commit
cb45d23
·
verified ·
1 Parent(s): 4342a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def run_theia(image):
43
  vis = np.vstack([theia_decode_results[0], gt_decode_results[0]])
44
  vis = (255.0 * vis).astype(np.uint8)
45
 
46
- return vis_video
47
 
48
  demo = gr.Interface(fn=run_theia, inputs=gr.Image(type="pil"), outputs=gr.Image(type="numpy"))
49
  demo.launch()
 
43
  vis = np.vstack([theia_decode_results[0], gt_decode_results[0]])
44
  vis = (255.0 * vis).astype(np.uint8)
45
 
46
+ return vis
47
 
48
  demo = gr.Interface(fn=run_theia, inputs=gr.Image(type="pil"), outputs=gr.Image(type="numpy"))
49
  demo.launch()