Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,6 @@ theme = gr.themes.Base(
|
|
81 |
with gr.Blocks(theme=theme) as demo:
|
82 |
gr.Markdown("# π Catalan TTS Arena: Benchmarking TTS Models\nThe Catalan TTS Leaderboard ranks and evaluates TTS models in Catalan.\nThe leaderboard currently focuses on Catalan TTS, and will be expanded to multilingual evaluation in later versions.\n")
|
83 |
|
84 |
-
|
85 |
-
with gr.Blocks(theme=theme) as demo:
|
86 |
-
gr.Markdown("# π Leaderboard\nVote to help the community determine the best Catalan TTS models.\n")
|
87 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
88 |
with gr.TabItem("π
Leaderboard", elem_id="od-benchmark-tab-table", id=0):
|
89 |
leaderboard_table = gr.DataFrame(
|
|
|
81 |
with gr.Blocks(theme=theme) as demo:
|
82 |
gr.Markdown("# π Catalan TTS Arena: Benchmarking TTS Models\nThe Catalan TTS Leaderboard ranks and evaluates TTS models in Catalan.\nThe leaderboard currently focuses on Catalan TTS, and will be expanded to multilingual evaluation in later versions.\n")
|
83 |
|
|
|
|
|
|
|
84 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
85 |
with gr.TabItem("π
Leaderboard", elem_id="od-benchmark-tab-table", id=0):
|
86 |
leaderboard_table = gr.DataFrame(
|