mouseland commited on
Commit
741a210
·
verified ·
1 Parent(s): 0b8b42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("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>""")
 
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>""")