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

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"
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 = ["examples/carplane.webp", "examples/CTH.png"]
100
  gr.Interface(fn=model_inference,
101
  inputs=inputs,
102
  outputs=image_out,