chansung commited on
Commit
0970f31
1 Parent(s): 60c7118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -237,6 +237,7 @@ def sepia(input_img):
237
  demo = gr.Interface(sepia,
238
  gr.inputs.Image(type="filepath", shape=(640, 640)),
239
  outputs=['plot'],
 
240
  allow_flagging='never')
241
 
242
  demo.launch()
 
237
  demo = gr.Interface(sepia,
238
  gr.inputs.Image(type="filepath", shape=(640, 640)),
239
  outputs=['plot'],
240
+ examples=["ADE_val_00000001.jpeg"],
241
  allow_flagging='never')
242
 
243
  demo.launch()