Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
cde05f1
1
Parent(s):
b33525a
Add emojis to tabs (π³οΈ, π, & π)
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ Vote to find the best Text-to-Speech model out there!
|
|
143 |
# **When you're ready to begin, login and begin voting!** The model names will be revealed once you vote.
|
144 |
# """.strip()
|
145 |
INSTR = """
|
146 |
-
##
|
147 |
|
148 |
* Input the text (English only) to synthesize audio (or press π² for random text).
|
149 |
* Listen to the two audio clips, one after the other.
|
@@ -687,7 +687,7 @@ with gr.Blocks() as about:
|
|
687 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS Leaderboard") as demo:
|
688 |
gr.Markdown(DESCR)
|
689 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
690 |
-
gr.TabbedInterface([vote, leaderboard, about], ['Vote', 'Leaderboard', 'About'])
|
691 |
if CITATION_TEXT:
|
692 |
with gr.Row():
|
693 |
with gr.Accordion("Citation", open=False):
|
|
|
143 |
# **When you're ready to begin, login and begin voting!** The model names will be revealed once you vote.
|
144 |
# """.strip()
|
145 |
INSTR = """
|
146 |
+
## π³οΈ Vote
|
147 |
|
148 |
* Input the text (English only) to synthesize audio (or press π² for random text).
|
149 |
* Listen to the two audio clips, one after the other.
|
|
|
687 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS Leaderboard") as demo:
|
688 |
gr.Markdown(DESCR)
|
689 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
690 |
+
gr.TabbedInterface([vote, leaderboard, about], ['π³οΈ Vote', 'π Leaderboard', 'π About'])
|
691 |
if CITATION_TEXT:
|
692 |
with gr.Row():
|
693 |
with gr.Accordion("Citation", open=False):
|