Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -347,7 +347,7 @@ def build_interface(model_path, class_names_path, example_images=None):
|
|
| 347 |
with gr.Blocks(title="Blood Cell Detection") as demo:
|
| 348 |
gr.Markdown("# Blood Cell Detection")
|
| 349 |
gr.Markdown("Upload an image to detect blood cells. The model can detect 3 types of blood cells: red blood cells, white blood cells and platelets.")
|
| 350 |
-
gr.Markdown("Model is trained using DEIM-D-FINE model
|
| 351 |
|
| 352 |
|
| 353 |
with gr.Row():
|
|
|
|
| 347 |
with gr.Blocks(title="Blood Cell Detection") as demo:
|
| 348 |
gr.Markdown("# Blood Cell Detection")
|
| 349 |
gr.Markdown("Upload an image to detect blood cells. The model can detect 3 types of blood cells: red blood cells, white blood cells and platelets.")
|
| 350 |
+
gr.Markdown("Model is trained using DEIM-D-FINE model S.")
|
| 351 |
|
| 352 |
|
| 353 |
with gr.Row():
|