refines
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def create_leaderboard():
|
|
283 |
|
284 |
# Create the Gradio interface
|
285 |
with gr.Blocks(title="ASR Text Correction Leaderboard") as demo:
|
286 |
-
gr.Markdown("#
|
287 |
gr.Markdown("Word Error Rate (WER) metrics for different speech sources with multiple correction approaches")
|
288 |
|
289 |
with gr.Row():
|
|
|
283 |
|
284 |
# Create the Gradio interface
|
285 |
with gr.Blocks(title="ASR Text Correction Leaderboard") as demo:
|
286 |
+
gr.Markdown("# HyPoraside N-Best WER Leaderboard (Test Data)")
|
287 |
gr.Markdown("Word Error Rate (WER) metrics for different speech sources with multiple correction approaches")
|
288 |
|
289 |
with gr.Row():
|