Spaces:
Sleeping
Sleeping
Commit
·
36b4542
1
Parent(s):
1a933f0
Updated app
Browse files
app.py
CHANGED
@@ -59,5 +59,5 @@ def detect(image):
|
|
59 |
|
60 |
return output_pil_img
|
61 |
|
62 |
-
demo = gr.Interface(fn=detect, inputs=gr.Image(label="Input image", type="pil"), outputs=gr.Image(label="Output image", type="pil"))
|
63 |
demo.launch()
|
|
|
59 |
|
60 |
return output_pil_img
|
61 |
|
62 |
+
demo = gr.Interface(fn=detect, inputs=gr.Image(label="Input image", type="pil"), outputs=gr.Image(label="Output image predictions", type="pil"))
|
63 |
demo.launch()
|