Spaces:
Runtime error
Runtime error
add interface
Browse files- App_main.py +1 -1
App_main.py
CHANGED
|
@@ -92,7 +92,7 @@ examples = [
|
|
| 92 |
|
| 93 |
with gr.Row():
|
| 94 |
image_input = gr.Image(type='pil', label='Input Img')
|
| 95 |
-
image_output = gr.Image(image_mode='L',
|
| 96 |
with gr.Column():
|
| 97 |
checkpoint = gr.inputs.Radio(['WHU', 'INRIA'], label='Checkpoint')
|
| 98 |
|
|
|
|
| 92 |
|
| 93 |
with gr.Row():
|
| 94 |
image_input = gr.Image(type='pil', label='Input Img')
|
| 95 |
+
image_output = gr.Image(image_mode='L', label='Segmentation Result', tool='select')
|
| 96 |
with gr.Column():
|
| 97 |
checkpoint = gr.inputs.Radio(['WHU', 'INRIA'], label='Checkpoint')
|
| 98 |
|