mouseland commited on
Commit
3e49020
·
verified ·
1 Parent(s): ba96f37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -345,13 +345,11 @@ with gr.Blocks(title = "Hello",
345
  #down_btn.click(download_function, None, [down_btn, down_btn2])
346
 
347
  gr.HTML("""<h4 style="color:white;"> Notes:<br>
348
- <li>you can load and process 2D multi-channel tifs.
349
  <li>the smallest dimension of a tif --> channels
350
- <li>you can load multiple files and download a zip of the segmentations
351
  <li>install Cellpose-SAM locally for full functionality.
352
  </h4>""")
353
 
354
- # <li>the smallest dimension of a tif --> channels
355
- # <li>you can load multiple files and download a zip of the segmentations
356
 
357
  demo.launch()
 
345
  #down_btn.click(download_function, None, [down_btn, down_btn2])
346
 
347
  gr.HTML("""<h4 style="color:white;"> Notes:<br>
348
+ <li>you can load and process 2D, multi-channel tifs.
349
  <li>the smallest dimension of a tif --> channels
350
+ <li>you can upload multiple files and download a zip of the segmentations
351
  <li>install Cellpose-SAM locally for full functionality.
352
  </h4>""")
353
 
 
 
354
 
355
  demo.launch()