Spaces:
Running
Running
admin
commited on
Commit
·
f286942
1
Parent(s):
a04cce4
rm cite
Browse files
app.py
CHANGED
@@ -147,20 +147,4 @@ if __name__ == "__main__":
|
|
147 |
title="It is recommended to keep the recording length around 5s, too long will affect the recognition efficiency.",
|
148 |
)
|
149 |
|
150 |
-
gr.Markdown(
|
151 |
-
"""
|
152 |
-
# Cite
|
153 |
-
```bibtex
|
154 |
-
@dataset{zhaorui_liu_2021_5676893,
|
155 |
-
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
|
156 |
-
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
|
157 |
-
month = {mar},
|
158 |
-
year = {2024},
|
159 |
-
publisher = {HuggingFace},
|
160 |
-
version = {1.2},
|
161 |
-
url = {https://huggingface.co/ccmusic-database}
|
162 |
-
}
|
163 |
-
```"""
|
164 |
-
)
|
165 |
-
|
166 |
demo.launch()
|
|
|
147 |
title="It is recommended to keep the recording length around 5s, too long will affect the recognition efficiency.",
|
148 |
)
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
demo.launch()
|