Speech-Arena-2025 commited on
Commit
2fdaf02
·
verified ·
1 Parent(s): 1567254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def create_ui():
38
  with gr.Tab("🏆 Leaderboard"):
39
  with gr.Column():
40
  render_info_html()
41
- gr.Markdown("Table for Equal Error Rate (EER %) for different systems")
42
  render_leader_board(leaderboard_df_err, model_citations) # Adjust this to work with Gradio components
43
  render_citation()
44
  render_dataset_list()
 
38
  with gr.Tab("🏆 Leaderboard"):
39
  with gr.Column():
40
  render_info_html()
41
+ gr.Markdown("Table for Equal Error Rate (EER %) for different systems. All the systems are are trained on the ASVspoof 2019 dataset, except for the Whisper MesoNet system, which is trained on a subset of the ASVspoof 2021 DF dataset.")
42
  render_leader_board(leaderboard_df_err, model_citations) # Adjust this to work with Gradio components
43
  render_citation()
44
  render_dataset_list()