mouseland commited on
Commit
157bb22
·
verified ·
1 Parent(s): dd91aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -8
app.py CHANGED
@@ -295,13 +295,6 @@ with gr.Blocks(title = "Hello",
295
  img_overlay = gr.Image(label = "Overlay", type = "pil", format = 'png') #, width = "50vw", height = "20vw")
296
  flows = gr.Image(label = "Cellpose flows", type = "pil", format = 'png') #, width = "50vw", height = "20vw")
297
 
298
- gr.HTML("""<h4 style="color:white;"> Notes:<br>
299
- <li>you can load and process single-image tifs, but they won't display in the input field above.
300
- <li>the smallest dimension of a tif --> channels
301
- <li>you can load multiple files and download a zip of the segmentations
302
- <li>install Cellpose-SAM locally for full functionality.
303
- </h4>""")
304
-
305
 
306
 
307
  sample_list = []
@@ -315,7 +308,12 @@ with gr.Blocks(title = "Hello",
315
 
316
  #down_btn.click(download_function, None, [down_btn, down_btn2])
317
 
318
-
 
 
 
 
 
319
 
320
 
321
  demo.launch()
 
295
  img_overlay = gr.Image(label = "Overlay", type = "pil", format = 'png') #, width = "50vw", height = "20vw")
296
  flows = gr.Image(label = "Cellpose flows", type = "pil", format = 'png') #, width = "50vw", height = "20vw")
297
 
 
 
 
 
 
 
 
298
 
299
 
300
  sample_list = []
 
308
 
309
  #down_btn.click(download_function, None, [down_btn, down_btn2])
310
 
311
+ gr.HTML("""<h4 style="color:white;"> Notes:<br>
312
+ <li>you can load and process single-image tifs, but they won't display in the input field above.
313
+ <li>the smallest dimension of a tif --> channels
314
+ <li>you can load multiple files and download a zip of the segmentations
315
+ <li>install Cellpose-SAM locally for full functionality.
316
+ </h4>""")
317
 
318
 
319
  demo.launch()