Spaces:
Running
on
Zero
Running
on
Zero
Add GitHub link
Browse files
app.py
CHANGED
@@ -177,4 +177,8 @@ with gr.Blocks(title='Cell Segmentation with Contour Proposal Networks') as app:
|
|
177 |
outputs=[img, score_thresh, nms_thresh, score_thresh_ck, nms_thresh_ck, out_img, out_h5, out_vis, samples_ck,
|
178 |
samples]
|
179 |
)
|
|
|
|
|
|
|
|
|
180 |
app.launch()
|
|
|
177 |
outputs=[img, score_thresh, nms_thresh, score_thresh_ck, nms_thresh_ck, out_img, out_h5, out_vis, samples_ck,
|
178 |
samples]
|
179 |
)
|
180 |
+
|
181 |
+
with gr.Row():
|
182 |
+
gr.Markdown("<center><font size='3'>"
|
183 |
+
"<a href='https://github.com/FZJ-INM1-BDA/celldetection'>Visit us on GitHub</a></font></center>")
|
184 |
app.launch()
|