KyanChen commited on
Commit
c62509b
1 Parent(s): 605c036

add interface

Browse files
Files changed (1) hide show
  1. 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', shape=(32, 32), label='Segmentation Result', tool='select')
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