Commit
·
f715ec8
1
Parent(s):
759c7ee
Update citations
Browse files- app.py +1 -1
- pages/citation.bib +7 -3
app.py
CHANGED
@@ -145,7 +145,7 @@ with app:
|
|
145 |
citation_button = gr.Textbox(
|
146 |
label="",
|
147 |
value=CITATION_TEXT,
|
148 |
-
lines=
|
149 |
elem_id="citation-button",
|
150 |
show_copy_button=True,
|
151 |
)
|
|
|
145 |
citation_button = gr.Textbox(
|
146 |
label="",
|
147 |
value=CITATION_TEXT,
|
148 |
+
lines=66,
|
149 |
elem_id="citation-button",
|
150 |
show_copy_button=True,
|
151 |
)
|
pages/citation.bib
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
@misc{
|
2 |
-
|
3 |
-
|
4 |
year={2025},
|
|
|
|
|
|
|
|
|
5 |
}
|
6 |
|
7 |
@article{crema-d,
|
|
|
1 |
+
@misc{christop2025clonevalopenvoicecloning,
|
2 |
+
title={{ClonEval: An Open Voice Cloning Benchmark}},
|
3 |
+
author={Iwona Christop and Tomasz Kuczyński and Marek Kubis},
|
4 |
year={2025},
|
5 |
+
eprint={2504.20581},
|
6 |
+
archivePrefix={arXiv},
|
7 |
+
primaryClass={cs.CL},
|
8 |
+
url={https://arxiv.org/abs/2504.20581},
|
9 |
}
|
10 |
|
11 |
@article{crema-d,
|