han-byeol commited on
Commit
f74e4f7
1 Parent(s): c044720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,9 +102,9 @@ def sepia(input_img):
102
  return fig
103
 
104
  demo = gr.Interface(fn=sepia,
105
- inputs=gr.Image(shape=(400, 600)),
106
  outputs=['plot'],
107
- examples=["cityscapes-1.jpg", "cityscapes-2.jpg", "cityscapes-3.jpg", "cityscapes-4.jpg", "cityscapes-5.jpg"],
108
  allow_flagging='never')
109
 
110
 
 
102
  return fig
103
 
104
  demo = gr.Interface(fn=sepia,
105
+ inputs=gr.Image(shape=(676, 338)),
106
  outputs=['plot'],
107
+ examples=["cityscapes-3.jpg"],
108
  allow_flagging='never')
109
 
110