Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ def detect_brain_tumor(image, seg_input, debug: bool = True):
|
|
65 |
|
66 |
return (image_with_bboxes, annotations)
|
67 |
|
68 |
-
INTRO_TEXT="# 🔬🧠
|
69 |
-
IMAGE_PROMPT="Are these cells healthy or cancerous?"
|
70 |
|
71 |
with gr.Blocks(css="style.css") as demo:
|
72 |
gr.Markdown(INTRO_TEXT)
|
|
|
65 |
|
66 |
return (image_with_bboxes, annotations)
|
67 |
|
68 |
+
INTRO_TEXT="# 🔬🧠 OmniScience -- Agentic Imaging Analysis 🤖🧫"
|
|
|
69 |
|
70 |
with gr.Blocks(css="style.css") as demo:
|
71 |
gr.Markdown(INTRO_TEXT)
|