kmc0003a commited on
Commit
6023d07
1 Parent(s): bfecd4f

Upload 7 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,5 +235,5 @@ def sepia(input_img):
235
  demo = gr.Interface(fn=sepia,
236
  inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
- examples=["cheonggyecheon_stream_in_seoul_city.jpg", "Incheon_stadium.jpg", "Incheon_city.jpg"],
239
  allow_flagging='never')
 
235
  demo = gr.Interface(fn=sepia,
236
  inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
+ examples=["cheonggyecheon_stream_in_seoul_city.jpg", "Incheon_stadium.jpeg", "Incheon_city.jpeg"],
239
  allow_flagging='never')