aupfe08 commited on
Commit
799a409
1 Parent(s): b4b36c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def sepia(input_img):
241
  demo = gr.Interface(sepia,
242
  gr.Image(shape=(200, 200)),
243
  outputs=['plot'],
244
- examples=["ADE_val_00000001.jpeg", "ADE_val_00001159", "ADE_val_00001248", "ADE_val_00001472"],
245
  allow_flagging='never')
246
 
247
  demo.launch()
 
241
  demo = gr.Interface(sepia,
242
  gr.Image(shape=(200, 200)),
243
  outputs=['plot'],
244
+ examples=["ADE_val_00000001.jpeg", "ADE_val_00001159.jpg", "ADE_val_00001248.jpg", "ADE_val_00001472.jpg"],
245
  allow_flagging='never')
246
 
247
  demo.launch()