Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ gr.Interface(
|
|
68 |
fn=detect_ellipses,
|
69 |
inputs=gr.Image(label="Upload image with ellipses", type="filepath"),
|
70 |
outputs=[
|
71 |
-
gr.Image(type="
|
72 |
gr.Textbox(label="Detected ellipses")
|
73 |
],
|
74 |
title=title,
|
|
|
68 |
fn=detect_ellipses,
|
69 |
inputs=gr.Image(label="Upload image with ellipses", type="filepath"),
|
70 |
outputs=[
|
71 |
+
gr.Image(type="pil", label="Detected ellipses"),
|
72 |
gr.Textbox(label="Detected ellipses")
|
73 |
],
|
74 |
title=title,
|