mrfakename commited on
Commit
331c296
1 Parent(s): 7ba1f09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as vote:
192
  bothgood.click(both_good, outputs=outputs, inputs=[model1, model2])
193
 
194
  vote.load(reload, outputs=[aud1, aud2, model1, model2])
195
- with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
196
  gr.Markdown(DESCR)
197
  gr.TabbedInterface([vote, leaderboard], ['Vote', 'Leaderboard'])
198
  def restart_space():
 
192
  bothgood.click(both_good, outputs=outputs, inputs=[model1, model2])
193
 
194
  vote.load(reload, outputs=[aud1, aud2, model1, model2])
195
+ with gr.Blocks(theme=theme, css="footer {visibility: hidden}", title="TTS Leaderboard") as demo:
196
  gr.Markdown(DESCR)
197
  gr.TabbedInterface([vote, leaderboard], ['Vote', 'Leaderboard'])
198
  def restart_space():