Spaces:
taesiri
/
Running on Zero

taesiri commited on
Commit
e50ddcb
1 Parent(s): 9cf88c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(label="Process")
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")