Spaces:
Paused
Paused
Add title
Browse files
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():
|