chansung commited on
Commit
588c3a1
1 Parent(s): a93cc9f

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"],
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"],
245
  allow_flagging='never')
246
 
247
  demo.launch()