aupfe08 commited on
Commit
801d772
1 Parent(s): e600730

Update app.py

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