0jung commited on
Commit
463324b
1 Parent(s): b5fec4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def sepia(input_img):
241
 
242
 
243
  demo = gr.Interface(fn=sepia,
244
- inputs=gr.Image(shape=(400, 600)),
245
  outputs=['plot'],
246
  examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
247
  allow_flagging='never')
 
241
 
242
 
243
  demo = gr.Interface(fn=sepia,
244
+ inputs=gr.Image(),
245
  outputs=['plot'],
246
  examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
247
  allow_flagging='never')