ericup commited on
Commit
cb055f2
1 Parent(s): 8876b6d

Add GitHub link

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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()