mouseland commited on
Commit
daeff40
·
verified ·
1 Parent(s): 2e35a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks(title = "Hello",
267
  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
  #filepath = gr.UploadButton("Upload (png, jpg, tif etc)", visible=True, file_count = "single")
272
 
273
  with gr.Column(scale=1):
 
267
  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
  #filepath = gr.UploadButton("Upload (png, jpg, tif etc)", visible=True, file_count = "single")
272
 
273
  with gr.Column(scale=1):