0jung commited on
Commit
b97ab97
·
1 Parent(s): e347c94
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
235
  return fig
236
 
237
  demo = gr.Interface(fn=sepia,
238
- inputs=gr.Image(shape=(400, 600)),
239
  outputs=['plot'],
240
  examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
241
  allow_flagging='never')
 
235
  return fig
236
 
237
  demo = gr.Interface(fn=sepia,
238
+ inputs=gr.Image(shape=(640, 640)),
239
  outputs=['plot'],
240
  examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
241
  allow_flagging='never')