huckiyang commited on
Commit
6821e8c
·
1 Parent(s): a364907
Files changed (1) hide show
  1. app.py +1 -1
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("# ASR Text Correction Baseline 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():
 
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():