Spaces:
Running
Running
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 |
|