Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,10 +151,9 @@ Vote on different speech synthesis models!
|
|
| 151 |
INSTR = """
|
| 152 |
## Instructions
|
| 153 |
|
| 154 |
-
* Enter text to synthesize
|
| 155 |
-
* Listen to the two audio clips
|
| 156 |
-
* Vote on which synthesized audio sounds more natural to you
|
| 157 |
-
* Repeat!
|
| 158 |
|
| 159 |
**When you're ready to begin, enter text!** The model names will be revealed once you vote.
|
| 160 |
""".strip()
|
|
@@ -519,7 +518,7 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
|
|
| 519 |
gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
| 520 |
if CITATION_TEXT:
|
| 521 |
with gr.Row():
|
| 522 |
-
with gr.Accordion("
|
| 523 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
|
| 524 |
|
| 525 |
|
|
|
|
| 151 |
INSTR = """
|
| 152 |
## Instructions
|
| 153 |
|
| 154 |
+
* Enter text to synthesize.
|
| 155 |
+
* Listen to the two audio clips.
|
| 156 |
+
* Vote on which synthesized audio sounds more natural to you.
|
|
|
|
| 157 |
|
| 158 |
**When you're ready to begin, enter text!** The model names will be revealed once you vote.
|
| 159 |
""".strip()
|
|
|
|
| 518 |
gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
| 519 |
if CITATION_TEXT:
|
| 520 |
with gr.Row():
|
| 521 |
+
with gr.Accordion("Citation", open=False):
|
| 522 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```")
|
| 523 |
|
| 524 |
|