Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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")
|