Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,7 @@ with gr.Blocks() as demo:
|
|
138 |
gr.Markdown("""
|
139 |
## References
|
140 |
The code will be available at: https://github.com/TencentYoutuResearch/CrowdCounting-SASNet.
|
|
|
141 |
Song, Q., Wang, C., Wang, Y., Tai, Y., Wang, C., Li, J., … Ma, J. (2021). To Choose or to Fuse? Scale Selection for Crowd Counting. The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21).
|
142 |
""")
|
143 |
|
|
|
138 |
gr.Markdown("""
|
139 |
## References
|
140 |
The code will be available at: https://github.com/TencentYoutuResearch/CrowdCounting-SASNet.
|
141 |
+
|
142 |
Song, Q., Wang, C., Wang, Y., Tai, Y., Wang, C., Li, J., … Ma, J. (2021). To Choose or to Fuse? Scale Selection for Crowd Counting. The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21).
|
143 |
""")
|
144 |
|