Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,9 @@ MUST_BE_LOGGEDIN = "Please login with Hugging Face to participate in the TTS Are
|
|
148 |
DESCR = """
|
149 |
# TTS Arena: Benchmarking TTS Models in the Wild
|
150 |
|
|
|
|
|
|
|
151 |
Vote to help the community find the best available text-to-speech model!
|
152 |
""".strip()
|
153 |
# INSTR = """
|
@@ -825,7 +828,8 @@ with gr.Blocks() as about:
|
|
825 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS Arena") as demo:
|
826 |
gr.Markdown(DESCR)
|
827 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
828 |
-
gr.TabbedInterface([vote, leaderboard, about], ['π³οΈ Vote', 'π Leaderboard', 'π About'])
|
|
|
829 |
if CITATION_TEXT:
|
830 |
with gr.Row():
|
831 |
with gr.Accordion("Citation", open=False):
|
|
|
148 |
DESCR = """
|
149 |
# TTS Arena: Benchmarking TTS Models in the Wild
|
150 |
|
151 |
+
**NOTE:** The leaderboard is currently down due to an issue rendering results.
|
152 |
+
it will be back up shortly!
|
153 |
+
|
154 |
Vote to help the community find the best available text-to-speech model!
|
155 |
""".strip()
|
156 |
# INSTR = """
|
|
|
828 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="TTS Arena") as demo:
|
829 |
gr.Markdown(DESCR)
|
830 |
# gr.TabbedInterface([vote, leaderboard, about, admin], ['Vote', 'Leaderboard', 'About', 'Admin (ONLY IN BETA)'])
|
831 |
+
#gr.TabbedInterface([vote, leaderboard, about], ['π³οΈ Vote', 'π Leaderboard', 'π About'])
|
832 |
+
gr.TabbedInterface([vote, about], ['π³οΈ Vote', 'π About'])
|
833 |
if CITATION_TEXT:
|
834 |
with gr.Row():
|
835 |
with gr.Accordion("Citation", open=False):
|