Spaces:
Sleeping
Sleeping
admin
commited on
Commit
·
70ebad0
1
Parent(s):
82241df
add cite
Browse files
app.py
CHANGED
|
@@ -188,4 +188,21 @@ if __name__ == "__main__":
|
|
| 188 |
title="It is recommended to keep the duration of recording within 15s, too long will affect the recognition efficiency.",
|
| 189 |
)
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
demo.launch()
|
|
|
|
| 188 |
title="It is recommended to keep the duration of recording within 15s, too long will affect the recognition efficiency.",
|
| 189 |
)
|
| 190 |
|
| 191 |
+
gr.Markdown(
|
| 192 |
+
"""
|
| 193 |
+
# Cite
|
| 194 |
+
```bibtex
|
| 195 |
+
@dataset{zhaorui_liu_2021_5676893,
|
| 196 |
+
author = {Zhaorui Liu and Zijin Li},
|
| 197 |
+
title = {Music Data Sharing Platform for Computational Musicology Research (CCMUSIC DATASET)},
|
| 198 |
+
month = nov,
|
| 199 |
+
year = 2021,
|
| 200 |
+
publisher = {Zenodo},
|
| 201 |
+
version = {1.1},
|
| 202 |
+
doi = {10.5281/zenodo.5676893},
|
| 203 |
+
url = {https://doi.org/10.5281/zenodo.5676893}
|
| 204 |
+
}
|
| 205 |
+
```"""
|
| 206 |
+
)
|
| 207 |
+
|
| 208 |
demo.launch()
|