Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -355,11 +355,11 @@ if ('serviceWorker' in navigator) {
|
|
| 355 |
|
| 356 |
# Create the Gradio interface
|
| 357 |
with gr.Blocks(
|
| 358 |
-
title="
|
| 359 |
theme=gr.themes.Soft(),
|
| 360 |
head=pwa_head # Add PWA head elements
|
| 361 |
) as demo:
|
| 362 |
-
gr.Markdown("#
|
| 363 |
gr.Markdown("Upload a trypan blue stained microscopy image and analyze cell viability. Dead cells appear blue, alive cells are unstained. For accurate cell confluency, crop the image to display only desired area.")
|
| 364 |
|
| 365 |
# Define State components to store masks and image data across function calls
|
|
|
|
| 355 |
|
| 356 |
# Create the Gradio interface
|
| 357 |
with gr.Blocks(
|
| 358 |
+
title="CellposeCellCounter",
|
| 359 |
theme=gr.themes.Soft(),
|
| 360 |
head=pwa_head # Add PWA head elements
|
| 361 |
) as demo:
|
| 362 |
+
gr.Markdown("# CellposeCellCounter")
|
| 363 |
gr.Markdown("Upload a trypan blue stained microscopy image and analyze cell viability. Dead cells appear blue, alive cells are unstained. For accurate cell confluency, crop the image to display only desired area.")
|
| 364 |
|
| 365 |
# Define State components to store masks and image data across function calls
|