mouseland commited on
Commit
e19ebf3
·
verified ·
1 Parent(s): 8561af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -268,6 +268,7 @@ with gr.Blocks(title = "Hello",
268
  resize = gr.Number(label = 'max resize', value = 1000)
269
  gr.HTML("""<h4 style="color:white;"> Note1: you can load and process tifs, but they won't display in the input field above. </h4>""")
270
  #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>""")
 
271
  #filepath = gr.UploadButton("Upload (png, jpg, tif etc)", visible=True, file_count = "single")
272
 
273
  with gr.Column(scale=1):
 
268
  resize = gr.Number(label = 'max resize', value = 1000)
269
  gr.HTML("""<h4 style="color:white;"> Note1: you can load and process tifs, but they won't display in the input field above. </h4>""")
270
  #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>""")
271
+
272
  #filepath = gr.UploadButton("Upload (png, jpg, tif etc)", visible=True, file_count = "single")
273
 
274
  with gr.Column(scale=1):