mouseland commited on
Commit
d23bb1f
·
verified ·
1 Parent(s): 0079cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -312,8 +312,9 @@ with gr.Blocks(title = "Hello",
312
 
313
  with gr.Row():
314
  with gr.Column(scale=1):
315
- up_btn = gr.UploadButton("Multi-file upload (png, jpg, tif etc)", visible=True, file_count = "multiple")
316
- resize = gr.Number(label = 'max resize', value = 1000)
 
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