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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -119,7 +119,10 @@ with gr.Blocks() as demo:
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():
 
119
  with gr.Row():
120
  with gr.Column():
121
  gr.Markdown(
122
+ """
123
+ 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!
124
+ Visit my [**github**](https://github.com/MalteLeuschner/CrowdCounting_SASNet) for more!
125
+ """
126
  with gr.Column():
127
  text_output = gr.Label()
128
  with gr.Row():