dnth commited on
Commit
3d83119
·
verified ·
1 Parent(s): 1c479d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -357,7 +357,7 @@ def build_interface(model_path, class_names_path):
357
  step=0.05,
358
  label="Confidence Threshold",
359
  )
360
- submit_btn = gr.Button("Detect Objects")
361
 
362
  with gr.Column():
363
  output_image = gr.Image(type="pil", label="Detection Result")
 
357
  step=0.05,
358
  label="Confidence Threshold",
359
  )
360
+ submit_btn = gr.Button("Count Cells!", variant="primary")
361
 
362
  with gr.Column():
363
  output_image = gr.Image(type="pil", label="Detection Result")