dnth commited on
Commit
3cb6271
·
verified ·
1 Parent(s): 50b2c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 N.")
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():