donb-hf commited on
Commit
7a6396f
1 Parent(s): df48290

update tag line

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 use in function calling 🔧")
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("")