chansung commited on
Commit
ca0c1b7
·
1 Parent(s): 8dac37a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def sepia(input_img):
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()
 
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()