sanchit-gandhi commited on
Commit
941081c
·
1 Parent(s): e67d080

overall table

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ def get_overall_table():
99
  # format the rows
100
  table = [large_v2, large_32_2]
101
  # format the model names
102
- table[0] = ["large-v2", *table[0]]
103
- table[1] = ["large-32-2", *table[1]]
104
  return table
105
 
106
 
 
99
  # format the rows
100
  table = [large_v2, large_32_2]
101
  # format the model names
102
+ table[0] = ["Whisper", *table[0]]
103
+ table[1] = ["Distil-Whisper", *table[1]]
104
  return table
105
 
106