Commit
·
e231451
1
Parent(s):
843a9a7
up
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ COLUMN_NAMES = {"librispeech-clean": "ls-clean", "librispeech-other": "ls-other"
|
|
79 |
|
80 |
table = all_results.round(2)
|
81 |
table = table.rename(COLUMN_NAMES )
|
82 |
-
st.table(
|
|
|
79 |
|
80 |
table = all_results.round(2)
|
81 |
table = table.rename(COLUMN_NAMES )
|
82 |
+
st.table(table)
|