BSuruchi commited on
Commit
aba5246
1 Parent(s): ff59af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[gr.Image(label="Output"),
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,