sudoping01 commited on
Commit
6e99c6f
·
verified ·
1 Parent(s): 0867301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ leaderboard_file = "leaderboard.csv"
27
  if not os.path.exists(leaderboard_file):
28
 
29
  sample_data = [
30
- # ["MALIBA-AI/bambara-asr-v1", 0.2264, 0.1094, 0.1922, "2025-03-15 10:30:45"],
 
31
  ]
32
  pd.DataFrame(sample_data,
33
  columns=["Model_Name", "WER", "CER", "Combined_Score", "timestamp"]).to_csv(leaderboard_file, index=False)
 
27
  if not os.path.exists(leaderboard_file):
28
 
29
  sample_data = [
30
+ ["test_1", 0.2264, 0.1094, 0.1922, "2025-03-15 10:30:45"],
31
+ ["test_2", 0.3264, 0.1094, 0.1922, "2025-03-15 10:30:45"],
32
  ]
33
  pd.DataFrame(sample_data,
34
  columns=["Model_Name", "WER", "CER", "Combined_Score", "timestamp"]).to_csv(leaderboard_file, index=False)