Spaces:
Running
Running
admin
commited on
Commit
·
18e8143
1
Parent(s):
6cf72f3
add cite
Browse files
app.py
CHANGED
@@ -148,4 +148,21 @@ if __name__ == "__main__":
|
|
148 |
title="It is recommended to keep the recording length around 5s, too long will affect the recognition efficiency.",
|
149 |
)
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
demo.launch()
|
|
|
148 |
title="It is recommended to keep the recording length around 5s, too long will affect the recognition efficiency.",
|
149 |
)
|
150 |
|
151 |
+
gr.Markdown(
|
152 |
+
"""
|
153 |
+
# Cite
|
154 |
+
```bibtex
|
155 |
+
@dataset{zhaorui_liu_2021_5676893,
|
156 |
+
author = {Zhaorui Liu and Zijin Li},
|
157 |
+
title = {Music Data Sharing Platform for Computational Musicology Research (CCMUSIC DATASET)},
|
158 |
+
month = nov,
|
159 |
+
year = 2021,
|
160 |
+
publisher = {Zenodo},
|
161 |
+
version = {1.1},
|
162 |
+
doi = {10.5281/zenodo.5676893},
|
163 |
+
url = {https://doi.org/10.5281/zenodo.5676893}
|
164 |
+
}
|
165 |
+
```"""
|
166 |
+
)
|
167 |
+
|
168 |
demo.launch()
|