Spaces:
Running
on
Zero
Running
on
Zero
fix image
Browse files
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="
|
| 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
|