Spaces:
Running
Running
Update app.py
Browse files
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("π
|
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'")
|