yuragoithf commited on
Commit
6c5d221
·
1 Parent(s): 45a8890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,6 +98,6 @@ Iface = gr.Interface(
98
  inputs=[image_in, prob_threshold_slider, classes_to_show],
99
  outputs=image_out,
100
  title="Object Detection",
101
- examples=["CTH.png"],
102
  description=description,
103
  ).launch()
 
98
  inputs=[image_in, prob_threshold_slider, classes_to_show],
99
  outputs=image_out,
100
  title="Object Detection",
101
+ examples=["CTH.png",],
102
  description=description,
103
  ).launch()