mouseland commited on
Commit
fe58ba1
·
verified ·
1 Parent(s): 80e25f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -313,10 +313,10 @@ with gr.Blocks(title = "Hello",
313
 
314
  gr.HTML("""<h4 style="color:white;"> Notes:<br>
315
  <li>you can load and process single-image tifs, but they won't display in the input field above.
316
- <li>the smallest dimension of a tif --> channels
317
- <li>you can load multiple files and download a zip of the segmentations
318
  <li>install Cellpose-SAM locally for full functionality.
319
  </h4>""")
320
 
321
-
 
 
322
  demo.launch()
 
313
 
314
  gr.HTML("""<h4 style="color:white;"> Notes:<br>
315
  <li>you can load and process single-image tifs, but they won't display in the input field above.
 
 
316
  <li>install Cellpose-SAM locally for full functionality.
317
  </h4>""")
318
 
319
+ # <li>the smallest dimension of a tif --> channels
320
+ # <li>you can load multiple files and download a zip of the segmentations
321
+
322
  demo.launch()