mrfakename commited on
Commit
984359e
β€’
1 Parent(s): 2c55603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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):