Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,8 @@ with gr.Blocks() as demo:
|
|
118 |
""")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
121 |
-
gr.Markdown(
|
|
|
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 ")
|
123 |
with gr.Column():
|
124 |
text_output = gr.Label()
|
125 |
with gr.Row():
|