donb-hf commited on
Commit
e50ce70
·
1 Parent(s): 5a96b79

update prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ def extract_objs(text, width, height, unique_labels=False):
313
  #########
314
 
315
  INTRO_TEXT="# 🔬🧠 CellVision AI -- Intelligent Cell Imaging Analysis 🤖🧫"
316
- IMAGE_PROMPT="Assess the biological context to identify signs of cancer and the presence of antigens."
317
 
318
  with gr.Blocks(css="style.css") as demo:
319
  gr.Markdown(INTRO_TEXT)
 
313
  #########
314
 
315
  INTRO_TEXT="# 🔬🧠 CellVision AI -- Intelligent Cell Imaging Analysis 🤖🧫"
316
+ IMAGE_PROMPT="Are these cells healthy or cancerous?"
317
 
318
  with gr.Blocks(css="style.css") as demo:
319
  gr.Markdown(INTRO_TEXT)