Update app.py
Browse files
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()
|