ashawkey commited on
Commit
d396bca
·
1 Parent(s): 4c2da87
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with block:
166
  with gr.Column(scale=1):
167
  with gr.Row():
168
  # input image
169
- input_image = gr.Image(label="Input Image", type="file_path") # use file_path and load manually
170
  seg_image = gr.Image(label="Segmentation Result", type="numpy", interactive=False)
171
  with gr.Accordion("Settings", open=True):
172
  # inference steps
 
166
  with gr.Column(scale=1):
167
  with gr.Row():
168
  # input image
169
+ input_image = gr.Image(label="Input Image", type="filepath") # use file_path and load manually
170
  seg_image = gr.Image(label="Segmentation Result", type="numpy", interactive=False)
171
  with gr.Accordion("Settings", open=True):
172
  # inference steps