Spaces:
Running
Running
admin
commited on
Commit
·
55da42a
1
Parent(s):
0d13f94
upd cite
Browse files- .gitignore +2 -1
- app.py +2 -2
.gitignore
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
*.pt
|
2 |
-
__pycache__
|
3 |
tmp/*
|
4 |
flagged/*
|
5 |
rename.sh
|
|
|
|
1 |
*.pt
|
2 |
+
*__pycache__*
|
3 |
tmp/*
|
4 |
flagged/*
|
5 |
rename.sh
|
6 |
+
test.*
|
app.py
CHANGED
@@ -126,9 +126,9 @@ if __name__ == "__main__":
|
|
126 |
```bibtex
|
127 |
@inproceedings{zhou2023holistic,
|
128 |
title = {A holistic evaluation of piano sound quality},
|
129 |
-
author = {Zhou
|
130 |
booktitle = {National Conference on Sound and Music Technology},
|
131 |
-
pages = {3
|
132 |
year = {2023},
|
133 |
organization = {Springer}
|
134 |
}
|
|
|
126 |
```bibtex
|
127 |
@inproceedings{zhou2023holistic,
|
128 |
title = {A holistic evaluation of piano sound quality},
|
129 |
+
author = {Monan Zhou and Shangda Wu and Shaohua Ji and Zijin Li and Wei Li},
|
130 |
booktitle = {National Conference on Sound and Music Technology},
|
131 |
+
pages = {3-17},
|
132 |
year = {2023},
|
133 |
organization = {Springer}
|
134 |
}
|