Update app.py
Browse files
app.py
CHANGED
|
@@ -289,8 +289,8 @@ with gr.Blocks(title = "Hello",
|
|
| 289 |
|
| 290 |
gr.HTML("""<h4 style="color:white;">Install Cellpose-SAM locally for full functionality. </h4>""")
|
| 291 |
with gr.Row():
|
| 292 |
-
gr.HTML("""<a style="color:white; font-size:
|
| 293 |
-
gr.HTML("""<a style="color:white; font-size:
|
| 294 |
|
| 295 |
|
| 296 |
with gr.Column(scale=2):
|
|
|
|
| 289 |
|
| 290 |
gr.HTML("""<h4 style="color:white;">Install Cellpose-SAM locally for full functionality. </h4>""")
|
| 291 |
with gr.Row():
|
| 292 |
+
gr.HTML("""<a style="color:white; font-size:16pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Github page</a>""")
|
| 293 |
+
gr.HTML("""<a style="color:white; font-size:16pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Paper</a>""")
|
| 294 |
|
| 295 |
|
| 296 |
with gr.Column(scale=2):
|