prithivMLmods commited on
Commit
49271bf
·
verified ·
1 Parent(s): 7664b12

update app

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