Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|