Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,10 @@ with gr.Blocks() as demo:
|
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
121 |
gr.Markdown(
|
122 |
-
"
|
|
|
|
|
|
|
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():
|