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