LeeRuben commited on
Commit
948288e
1 Parent(s): 0986a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def sepia(input_img):
269
  demo = gr.Interface(fn=sepia,
270
  inputs=gr.Image(shape=(400, 600)),
271
  outputs=['plot'],
272
- examples=["c-1.jpg", "c-2.jpg", "c-3.jpg", "c-1.jpg"],
273
  allow_flagging='never')
274
 
275
 
 
269
  demo = gr.Interface(fn=sepia,
270
  inputs=gr.Image(shape=(400, 600)),
271
  outputs=['plot'],
272
+ examples=["c-1.jpg", "c-2.jpg", "c-3.jpg", "c-4.jpg"],
273
  allow_flagging='never')
274
 
275