yuragoithf commited on
Commit
785a06c
·
1 Parent(s): 43005c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ classes_to_show = gr.components.Textbox(
97
  )
98
 
99
  inputs = [image_in, prob_threshold_slider, classes_to_show]
100
- examples='/examples'
101
 
102
  gr.Interface(fn=model_inference,
103
  inputs=inputs,
 
97
  )
98
 
99
  inputs = [image_in, prob_threshold_slider, classes_to_show]
100
+ examples='examples'
101
 
102
  gr.Interface(fn=model_inference,
103
  inputs=inputs,