hyo37009 commited on
Commit
37451d1
·
1 Parent(s): 843adf0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def label_to_color_image(label):
118
 
119
  iface = gr.Interface(
120
  fn=greet,
121
- inputs=gr.Image(shape=(640, 1280)),
122
  outputs=["plot"],
123
  examples=images,
124
  allow_flagging="never")
 
118
 
119
  iface = gr.Interface(
120
  fn=greet,
121
+ inputs="image",
122
  outputs=["plot"],
123
  examples=images,
124
  allow_flagging="never")