vobecant commited on
Commit
5f1bb17
·
1 Parent(s): 20f349a

Initial commit.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ examples = [['examples/img5.jpeg', True], ['examples/100.jpeg', True], ['example
182
 
183
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'), gr.inputs.Checkbox(label="Cityscapes mapping")],
184
  "image", title=title, description=description,
185
- examples=[examples, []])
186
  # iface = gr.Interface(predict, gr.inputs.Image(type='filepath'),
187
  # "image", title=title, description=description,
188
  # examples=examples)
 
182
 
183
  iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'), gr.inputs.Checkbox(label="Cityscapes mapping")],
184
  "image", title=title, description=description,
185
+ examples=examples)
186
  # iface = gr.Interface(predict, gr.inputs.Image(type='filepath'),
187
  # "image", title=title, description=description,
188
  # examples=examples)