James332 commited on
Commit
599597c
1 Parent(s): 448ce6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def sepia(input_img):
150
  demo = gr.Interface(fn=sepia,
151
  inputs=gr.Image(shape=(400, 600)),
152
  outputs=['plot'],
153
- examples=["ADE_val_00000001.jpeg", "ADE_val_00001159.jpg", "ADE_val_00001248.jpg", "ADE_val_00001472.jpg"],
154
  allow_flagging='never')
155
 
156
 
 
150
  demo = gr.Interface(fn=sepia,
151
  inputs=gr.Image(shape=(400, 600)),
152
  outputs=['plot'],
153
+ examples=["city-1.jpeg", "city-2.jpg", "city-3.jpg", "city-4.jpeg"],
154
  allow_flagging='never')
155
 
156