Update app.py
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ with gr.Blocks(title = "Hello",
|
|
| 278 |
|
| 279 |
with gr.Row():
|
| 280 |
with gr.Column(scale=1):
|
| 281 |
-
up_btn = gr.UploadButton("
|
| 282 |
resize = gr.Number(label = 'max resize', value = 1000)
|
| 283 |
|
| 284 |
#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>""")
|
|
|
|
| 278 |
|
| 279 |
with gr.Row():
|
| 280 |
with gr.Column(scale=1):
|
| 281 |
+
up_btn = gr.UploadButton("Multi-file upload (png, jpg, tif etc)", visible=True, file_count = "multiple")
|
| 282 |
resize = gr.Number(label = 'max resize', value = 1000)
|
| 283 |
|
| 284 |
#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>""")
|