Update app.py
Browse files
app.py
CHANGED
|
@@ -312,8 +312,9 @@ with gr.Blocks(title = "Hello",
|
|
| 312 |
|
| 313 |
with gr.Row():
|
| 314 |
with gr.Column(scale=1):
|
| 315 |
-
|
| 316 |
-
|
|
|
|
| 317 |
|
| 318 |
#gr.HTML("""<h4 style="color:white;"> Note2: Only the first image of a tif will display the segmentations, but you can download segmentations for all planes. </h4>""")
|
| 319 |
|
|
|
|
| 312 |
|
| 313 |
with gr.Row():
|
| 314 |
with gr.Column(scale=1):
|
| 315 |
+
with gr.Row():
|
| 316 |
+
resize = gr.Number(label = 'max resize', value = 1000)
|
| 317 |
+
up_btn = gr.UploadButton("Multi-file upload (png, jpg, tif etc)", visible=True, file_count = "multiple")
|
| 318 |
|
| 319 |
#gr.HTML("""<h4 style="color:white;"> Note2: Only the first image of a tif will display the segmentations, but you can download segmentations for all planes. </h4>""")
|
| 320 |
|