yuragoithf commited on
Commit
b257d8c
·
1 Parent(s): 916765f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ classes_to_show = gr.components.Textbox(
96
  )
97
 
98
  inputs = [image_in, prob_threshold_slider, classes_to_show]
99
- examples = ["examples/carplane.webp", "examples/CTH.png"]
100
  gr.Interface(fn=model_inference,
101
  inputs=inputs,
102
  outputs=image_out,
 
96
  )
97
 
98
  inputs = [image_in, prob_threshold_slider, classes_to_show]
99
+ examples = ["carplane.webp"]
100
  gr.Interface(fn=model_inference,
101
  inputs=inputs,
102
  outputs=image_out,