Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Remove about tab
#62
by Steveeeeeeen HF Staff - opened
app.py
CHANGED
|
@@ -528,13 +528,9 @@ with gr.Blocks(css=LEADERBOARD_CSS) as demo:
|
|
| 528 |
gr.Markdown("## Pareto Front: Average WER vs RTFx\nModels on the Pareto frontier achieve the best trade-off between accuracy (WER) and speed (RTFx). Names are shown for frontier models; hover over other points to see their names.")
|
| 529 |
pareto_plot = gr.Plot(value=create_pareto_plot())
|
| 530 |
|
| 531 |
-
with gr.TabItem("
|
| 532 |
gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
|
| 533 |
|
| 534 |
-
# add an about section
|
| 535 |
-
with gr.TabItem("π€ About", elem_id="od-benchmark-tab-table", id=6):
|
| 536 |
-
gr.Markdown("## About", elem_classes="markdown-text")
|
| 537 |
-
|
| 538 |
gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
|
| 539 |
|
| 540 |
with gr.Row():
|
|
|
|
| 528 |
gr.Markdown("## Pareto Front: Average WER vs RTFx\nModels on the Pareto frontier achieve the best trade-off between accuracy (WER) and speed (RTFx). Names are shown for frontier models; hover over other points to see their names.")
|
| 529 |
pareto_plot = gr.Plot(value=create_pareto_plot())
|
| 530 |
|
| 531 |
+
with gr.TabItem("π€ About", elem_id="od-benchmark-tab-table", id=5):
|
| 532 |
gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
|
| 533 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 534 |
gr.Markdown(f"Last updated on **{LAST_UPDATED}**", elem_classes="markdown-text")
|
| 535 |
|
| 536 |
with gr.Row():
|