Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,6 +81,7 @@ def segment_and_count(edited_input, model_choice):
|
|
| 81 |
return cell_count, overlay_image
|
| 82 |
|
| 83 |
|
|
|
|
| 84 |
# Gradio UI
|
| 85 |
with gr.Blocks() as demo:
|
| 86 |
gr.Markdown("## 🧪 Cell Counter with Cellpose + ImageEditor")
|
|
|
|
| 81 |
return cell_count, overlay_image
|
| 82 |
|
| 83 |
|
| 84 |
+
|
| 85 |
# Gradio UI
|
| 86 |
with gr.Blocks() as demo:
|
| 87 |
gr.Markdown("## 🧪 Cell Counter with Cellpose + ImageEditor")
|