Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -361,7 +361,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
361 |
)
|
362 |
with gr.Row():
|
363 |
dis_image_submit_btn = gr.Button(
|
364 |
-
value="Estimate Dichotomous Segmentation
|
365 |
)
|
366 |
dis_image_reset_btn = gr.Button(value="Reset")
|
367 |
with gr.Accordion("Advanced options", open=False):
|
|
|
361 |
)
|
362 |
with gr.Row():
|
363 |
dis_image_submit_btn = gr.Button(
|
364 |
+
value="Estimate Dichotomous Segmentation", variant="primary"
|
365 |
)
|
366 |
dis_image_reset_btn = gr.Button(value="Reset")
|
367 |
with gr.Accordion("Advanced options", open=False):
|