Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
|
|
85 |
)
|
86 |
input_slider_A = gr.Slider(minimum=0, maximum=1, value=0.5, label="Alpha")
|
87 |
draw_rectangles = gr.Checkbox(label="Draw rectangles")
|
88 |
-
btn_process = gr.Button(
|
89 |
|
90 |
with gr.Column():
|
91 |
output_plot = gr.Plot(label="Segmentation Result")
|
|
|
85 |
)
|
86 |
input_slider_A = gr.Slider(minimum=0, maximum=1, value=0.5, label="Alpha")
|
87 |
draw_rectangles = gr.Checkbox(label="Draw rectangles")
|
88 |
+
btn_process = gr.Button("Process")
|
89 |
|
90 |
with gr.Column():
|
91 |
output_plot = gr.Plot(label="Segmentation Result")
|