sudoping01 commited on
Commit
0867301
·
verified ·
1 Parent(s): 14aa913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ 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
+ # ["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)