dwb2023 commited on
Commit
8d7bc9c
·
verified ·
1 Parent(s): 552b7f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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="# 🔬🧠 CellVision AI -- Agentic Cell Imaging Analysis 🤖🧫"
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)