chansung commited on
Commit
78724c5
·
1 Parent(s): f61af09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def sepia(input_img):
237
  return fig
238
 
239
  demo = gr.Interface(sepia,
240
- gr.inputs.Image(type="filepath", shape=(640, 640),
241
  outputs=['plot'],
242
  # examples=["ADE_val_00000001.jpeg"],
243
  allow_flagging='never')
 
237
  return fig
238
 
239
  demo = gr.Interface(sepia,
240
+ gr.inputs.Image(type="filepath", shape=(640, 640)),
241
  outputs=['plot'],
242
  # examples=["ADE_val_00000001.jpeg"],
243
  allow_flagging='never')