panda47 commited on
Commit
dd19ef0
·
1 Parent(s): a3d1e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def sepia(input_img):
233
  return fig
234
 
235
  demo = gr.Interface(fn=sepia,
236
- inputs=gr.Image(shape=(400, 600)),
237
  outputs=['plot'],
238
  examples=["kitchen.jpg", "bridge.jpg", "red.jpg", "livingroom.jpg"],
239
  allow_flagging='never')
 
233
  return fig
234
 
235
  demo = gr.Interface(fn=sepia,
236
+ inputs=gr.Image(shape=(600, 400)),
237
  outputs=['plot'],
238
  examples=["kitchen.jpg", "bridge.jpg", "red.jpg", "livingroom.jpg"],
239
  allow_flagging='never')