DDingcheol commited on
Commit
594b8bf
·
1 Parent(s): 28f8a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def sepia(input_img):
108
  demo = gr.Interface(fn=sepia,
109
  inputs=gr.Image(shape=(800, 1200)),
110
  outputs=['plot'],
111
- examples=["citiscape-1.jpg", "citiscape-2.jpg"],
112
  allow_flagging='never')
113
 
114
  # Launch the interface
 
108
  demo = gr.Interface(fn=sepia,
109
  inputs=gr.Image(shape=(800, 1200)),
110
  outputs=['plot'],
111
+ examples=["citiscape-1.jpeg", "citiscape-2.jpeg"],
112
  allow_flagging='never')
113
 
114
  # Launch the interface