dwb2023 commited on
Commit
d64eedc
·
verified ·
1 Parent(s): 0dc767e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +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 -- Intelligent Cell Imaging Analysis 🤖🧫"
69
  IMAGE_PROMPT="Are these cells healthy or cancerous?"
70
 
71
  with gr.Blocks(css="style.css") as demo:
 
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: