mouseland commited on
Commit
9d62db2
·
verified ·
1 Parent(s): 1264d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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</div><a href="url" style="color:#cfe7fe";">Click me!</a>""")
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")