Andyx commited on
Commit
0cf68e3
·
1 Parent(s): d3ab28e
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -92,8 +92,7 @@ iface1 = gr.Interface(fn=predict1,
92
  inputs=gr.inputs.Image(type="pil"),
93
  outputs=gr.inputs.Image(type="pil"),
94
  examples=['001.jpg',
95
- '003.jpg',
96
- '004.jpg',
97
  '005.jpg'],
98
  title = title,
99
  description = description,
 
92
  inputs=gr.inputs.Image(type="pil"),
93
  outputs=gr.inputs.Image(type="pil"),
94
  examples=['001.jpg',
95
+ '002.jpg',
 
96
  '005.jpg'],
97
  title = title,
98
  description = description,