Spaces:
Runtime error
Runtime error
Fix models counter
Browse files
app.py
CHANGED
|
@@ -146,7 +146,8 @@ st.sidebar.image("logo.png", width=200)
|
|
| 146 |
st.markdown("# The 🤗 Speech Bench")
|
| 147 |
|
| 148 |
st.markdown(
|
| 149 |
-
f"This is a leaderboard of **{
|
|
|
|
| 150 |
"⬅ Please select the language you want to find a model for from the dropdown on the left."
|
| 151 |
)
|
| 152 |
|
|
|
|
| 146 |
st.markdown("# The 🤗 Speech Bench")
|
| 147 |
|
| 148 |
st.markdown(
|
| 149 |
+
f"This is a leaderboard of **{dataframe['model_id'].nunique()}** speech recognition models "
|
| 150 |
+
f"and **{dataframe['dataset'].nunique()}** datasets.\n\n"
|
| 151 |
"⬅ Please select the language you want to find a model for from the dropdown on the left."
|
| 152 |
)
|
| 153 |
|