nyoo827 commited on
Commit
1fe122b
1 Parent(s): 7693911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def sepia(input_img):
104
  demo = gr.Interface(fn=sepia,
105
  inputs=gr.Image(shape=(400, 600)),
106
  outputs=['plot'],
107
- examples=["city-1", "city-2", "city-3", "city-4", "city-5"],
108
  allow_flagging='never')
109
 
110
 
 
104
  demo = gr.Interface(fn=sepia,
105
  inputs=gr.Image(shape=(400, 600)),
106
  outputs=['plot'],
107
+ examples=["city-1.jpg", "city-2.jpg", "city-3.jpg", "city-4.jpg", "city-5.jpg"],
108
  allow_flagging='never')
109
 
110