Spaces:
Runtime error
Runtime error
Update utils_display.py
Browse files- utils_display.py +2 -0
utils_display.py
CHANGED
|
@@ -48,6 +48,8 @@ class LongformColumn: # Long-form ASR benchmark columns
|
|
| 48 |
earnings21_wer = ColumnContent("Earnings21", "number")
|
| 49 |
earnings22_wer = ColumnContent("Earnings22", "number")
|
| 50 |
tedlium_wer = ColumnContent("Tedlium", "number")
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
def make_clickable_model(model_name):
|
|
|
|
| 48 |
earnings21_wer = ColumnContent("Earnings21", "number")
|
| 49 |
earnings22_wer = ColumnContent("Earnings22", "number")
|
| 50 |
tedlium_wer = ColumnContent("Tedlium", "number")
|
| 51 |
+
coraal_wer = ColumnContent("CORAAL", "number")
|
| 52 |
+
|
| 53 |
|
| 54 |
|
| 55 |
def make_clickable_model(model_name):
|