Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,18 @@ description = "## Introduction π₯π₯π₯\n" \
|
|
74 |
examples = [["example_1.mp4", 62, 56], ["example_2.mp4", 59, 55], ["example_3.mp4", 50, 50], ["example_4.mp4", 50, 50],
|
75 |
["example_5.mp4", 39, 72]]
|
76 |
# examples = [["example_1.mp4", 62, 56]]
|
77 |
-
md = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
"## Author \n" \
|
79 |
"This project page is developed by Zitang Sun π§ (zitangsun96 @ gmail.com)\n" \
|
80 |
"## LICENSE \n" \
|
|
|
74 |
examples = [["example_1.mp4", 62, 56], ["example_2.mp4", 59, 55], ["example_3.mp4", 50, 50], ["example_4.mp4", 50, 50],
|
75 |
["example_5.mp4", 39, 72]]
|
76 |
# examples = [["example_1.mp4", 62, 56]]
|
77 |
+
md = "## Citation \n" \
|
78 |
+
"If you do think this work helps your research, please cite our work as:\n"\
|
79 |
+
"```\n"\
|
80 |
+
"@inproceedings{ \n"\
|
81 |
+
"sun2023modeling,\n"\
|
82 |
+
"title={Modeling Human Visual Motion Processing with Trainable Motion Energy Sensing and a Self-attention Network},\n"\
|
83 |
+
"author={Zitang Sun and Yen-Ju Chen and Yung-Hao Yang and Shin'ya Nishida},\n"\
|
84 |
+
"booktitle={Thirty-seventh Conference on Neural Information Processing Systems},\n"\
|
85 |
+
"year={2023},\n"\
|
86 |
+
"url={https://openreview.net/forum?id=tRKimbAk5D}\n"\
|
87 |
+
"}\n"\
|
88 |
+
"```\n"\
|
89 |
"## Author \n" \
|
90 |
"This project page is developed by Zitang Sun π§ (zitangsun96 @ gmail.com)\n" \
|
91 |
"## LICENSE \n" \
|