mrfakename commited on
Commit
cde05f1
β€’
1 Parent(s): b33525a

Add emojis to tabs (πŸ—³οΈ, πŸ†, & πŸ“„)

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