fffiloni commited on
Commit
94e5f87
1 Parent(s): 3b79011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
145
  with gr.Row():
146
  input_image = gr.Image(label="input image", interactive=True, type="filepath")
147
  with gr.Column():
148
- point_type = gr.Radio(label="point type", choices=["include", "exclude"] value="include")
149
  points_map = gr.Image(label="points map", interactive=False)
150
  submit_btn = gr.Button("Submit")
151
  output_result = gr.Image()
 
145
  with gr.Row():
146
  input_image = gr.Image(label="input image", interactive=True, type="filepath")
147
  with gr.Column():
148
+ point_type = gr.Radio(label="point type", choices=["include", "exclude"], value="include")
149
  points_map = gr.Image(label="points map", interactive=False)
150
  submit_btn = gr.Button("Submit")
151
  output_result = gr.Image()