Update app.py
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ demo = gr.Interface(
|
|
253 |
gr.Slider(label="Minimum Detection Confidence", minimum=0, maximum=1, step=0.05, value=0.5),
|
254 |
gr.Radio(label="Background Color", choices=background_colors, type="value", value=background_colors[0]),
|
255 |
],
|
256 |
-
outputs=
|
257 |
examples=examples,
|
258 |
title=TITLE,
|
259 |
description=DESCRIPTION,
|
|
|
253 |
gr.Slider(label="Minimum Detection Confidence", minimum=0, maximum=1, step=0.05, value=0.5),
|
254 |
gr.Radio(label="Background Color", choices=background_colors, type="value", value=background_colors[0]),
|
255 |
],
|
256 |
+
outputs=gr.Image(label="Output"),
|
257 |
examples=examples,
|
258 |
title=TITLE,
|
259 |
description=DESCRIPTION,
|