akman12914 commited on
Commit
848cbf7
·
1 Parent(s): 5264b44

miss revise

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
235
  demo = gr.Interface(fn=sepia,
236
  inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
- examples=["image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg", "image_5.jpg"],
239
  allow_flagging='never')
240
 
241
 
 
235
  demo = gr.Interface(fn=sepia,
236
  inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
+ examples=["image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
239
  allow_flagging='never')
240
 
241