Upload app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
|
|
| 22 |
|
| 23 |
z_stack_checkbox = gr.Checkbox(label="Enable Z-Stack", value=False)
|
| 24 |
image_input_single = gr.Image(type="pil", label="Upload Image", visible=True)
|
| 25 |
-
image_input_multi = gr.File(file_count="multiple", type="
|
| 26 |
min_size_input = gr.Number(label="Minimum Colony Size (pixels)", value=1000)
|
| 27 |
circularity_input = gr.Number(label="Minimum Circularity", value=0.25)
|
| 28 |
output_image = gr.Image(type="pil", label="Analyzed Image")
|
|
|
|
| 22 |
|
| 23 |
z_stack_checkbox = gr.Checkbox(label="Enable Z-Stack", value=False)
|
| 24 |
image_input_single = gr.Image(type="pil", label="Upload Image", visible=True)
|
| 25 |
+
image_input_multi = gr.File(file_count="multiple", type="filepath", label="Upload Z-Stack Images", visible=False)
|
| 26 |
min_size_input = gr.Number(label="Minimum Colony Size (pixels)", value=1000)
|
| 27 |
circularity_input = gr.Number(label="Minimum Circularity", value=0.25)
|
| 28 |
output_image = gr.Image(type="pil", label="Analyzed Image")
|