leuschnm commited on
Commit
c9e546d
·
1 Parent(s): 87e668f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -118,7 +118,8 @@ with gr.Blocks() as demo:
118
  """)
119
  with gr.Row():
120
  with gr.Column():
121
- gr.Markdown("Upload an image or use some of the example to let the model count your crowd. The estimated density map is plotted as well. Have fun!")
 
122
  with gr.Column():
123
  text_output = gr.Label()
124
  with gr.Row():
 
118
  """)
119
  with gr.Row():
120
  with gr.Column():
121
+ gr.Markdown(
122
+ "Upload an image or use some of the example to let the model count your crowd. The estimated density map is plotted as well. Have fun! Consider visiting ![github](https://github.com/MalteLeuschner/CrowdCounting_SASNet)")
123
  with gr.Column():
124
  text_output = gr.Label()
125
  with gr.Row():