cdminix commited on
Commit
14a102a
β€’
1 Parent(s): abd9a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ app = gr.Blocks(css=custom_css, title="TTS Benchmark Leaderboard")
225
 
226
  with app:
227
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
228
- with gr.TabItem("πŸ… TTSDB Scores", elem_id="llm-benchmark-tab-table", id=0):
229
  with gr.Group():
230
  env = gr.Checkbox(value=True, label="Exclude environment from mean.")
231
  gr.Markdown("**Environment** measures how well the system can reproduce noise in the training data. This doesn't correlate with human judgements for 'naturalness'")
 
225
 
226
  with app:
227
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
228
+ with gr.TabItem("πŸ… TTSDS Scores", elem_id="llm-benchmark-tab-table", id=0):
229
  with gr.Group():
230
  env = gr.Checkbox(value=True, label="Exclude environment from mean.")
231
  gr.Markdown("**Environment** measures how well the system can reproduce noise in the training data. This doesn't correlate with human judgements for 'naturalness'")