Spaces:
Runtime error
Runtime error
update prompt
Browse files
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="
|
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)
|