Spaces:
Sleeping
Sleeping
update tag line
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ single_task_list =[
|
|
130 |
]
|
131 |
|
132 |
with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
133 |
-
gr.Markdown("## 🧬OmniScience - fine tuned VLM models for
|
134 |
gr.Markdown("- 🔬Florence-2 Model Proof of Concept, focusing on Object Detection <OD> tasks.")
|
135 |
gr.Markdown("- Fine-tuned for 🩸Blood Cell Detection using the [Roboflow BCCD dataset](https://universe.roboflow.com/roboflow-100/bccd-ouzjz/dataset/2), this model can detect blood cells and types in images.")
|
136 |
gr.Markdown("")
|
|
|
130 |
]
|
131 |
|
132 |
with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
133 |
+
gr.Markdown("## 🧬OmniScience - building teams of fine tuned VLM models for diagnosis and detection 🔧")
|
134 |
gr.Markdown("- 🔬Florence-2 Model Proof of Concept, focusing on Object Detection <OD> tasks.")
|
135 |
gr.Markdown("- Fine-tuned for 🩸Blood Cell Detection using the [Roboflow BCCD dataset](https://universe.roboflow.com/roboflow-100/bccd-ouzjz/dataset/2), this model can detect blood cells and types in images.")
|
136 |
gr.Markdown("")
|