Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -384,7 +384,7 @@ with gr.Blocks(css=custom_css, theme=app_theme) as demo:
|
|
| 384 |
img_click_input = gr.Image(type="pil", label="Upload Image", interactive=True, height=450)
|
| 385 |
|
| 386 |
with gr.Row():
|
| 387 |
-
img_click_clear = gr.Button("Clear Points & Reset", variant="
|
| 388 |
|
| 389 |
st_click_points = gr.State([])
|
| 390 |
st_click_labels = gr.State([])
|
|
|
|
| 384 |
img_click_input = gr.Image(type="pil", label="Upload Image", interactive=True, height=450)
|
| 385 |
|
| 386 |
with gr.Row():
|
| 387 |
+
img_click_clear = gr.Button("Clear Points & Reset", variant="primary")
|
| 388 |
|
| 389 |
st_click_points = gr.State([])
|
| 390 |
st_click_labels = gr.State([])
|