Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -253,12 +253,11 @@ 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 |
-
|
257 |
outputs=[gr.Image(label="Output"),
|
258 |
examples=examples,
|
259 |
title=TITLE,
|
260 |
description=DESCRIPTION,
|
261 |
-
)
|
262 |
|
263 |
if __name__ == "__main__":
|
264 |
demo.queue().launch()
|
|
|
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,
|
260 |
+
)
|
261 |
|
262 |
if __name__ == "__main__":
|
263 |
demo.queue().launch()
|