Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(css=css) as app:
|
|
233 |
)
|
234 |
with gr.Row():
|
235 |
display_mask = gr.Checkbox(
|
236 |
-
label="Display masks",
|
237 |
)
|
238 |
with gr.Row():
|
239 |
detect_button = gr.Button("Detect leukocytes")
|
|
|
233 |
)
|
234 |
with gr.Row():
|
235 |
display_mask = gr.Checkbox(
|
236 |
+
label="Display masks",
|
237 |
)
|
238 |
with gr.Row():
|
239 |
detect_button = gr.Button("Detect leukocytes")
|