ashawkey commited on
Commit
619ddd3
·
1 Parent(s): 3cb3552
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with block:
161
  with gr.Column(scale=1):
162
  with gr.Row():
163
  # input image
164
- input_image = gr.Image(label="Input Image", type="filepath")
165
  seg_image = gr.Image(label="Segmentation Result", type="numpy", format="png", interactive=False)
166
  with gr.Accordion("Settings", open=True):
167
  # inference steps
 
161
  with gr.Column(scale=1):
162
  with gr.Row():
163
  # input image
164
+ input_image = gr.Image(label="Input Image", type="numpy")
165
  seg_image = gr.Image(label="Segmentation Result", type="numpy", format="png", interactive=False)
166
  with gr.Accordion("Settings", open=True):
167
  # inference steps