Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ with gr.Blocks(title = "Hello",
|
|
| 268 |
#filepath = ""
|
| 269 |
with gr.Row():
|
| 270 |
with gr.Column(scale=2):
|
| 271 |
-
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:20pt; font-weight:bold; text-align:center; color:white;">Cellpose-SAM for cellular segmentation
|
| 272 |
gr.HTML("""<h4 style="color:white;">You may need to login/refresh for 5 minutes of free GPU compute per day (enough to process hundreds of images). </h4>""")
|
| 273 |
|
| 274 |
input_image = gr.Image(label = "Input", type = "filepath")
|
|
|
|
| 268 |
#filepath = ""
|
| 269 |
with gr.Row():
|
| 270 |
with gr.Column(scale=2):
|
| 271 |
+
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:20pt; font-weight:bold; text-align:center; color:white;">Cellpose-SAM for cellular segmentation <a href="url" style="color:#cfe7fe";">Click me!</a> </div>""")
|
| 272 |
gr.HTML("""<h4 style="color:white;">You may need to login/refresh for 5 minutes of free GPU compute per day (enough to process hundreds of images). </h4>""")
|
| 273 |
|
| 274 |
input_image = gr.Image(label = "Input", type = "filepath")
|