Spaces:
Running
Running
Link to the Metrics Editor
Browse files
app.py
CHANGED
@@ -227,5 +227,7 @@ else:
|
|
227 |
)
|
228 |
|
229 |
st.markdown(
|
230 |
-
"Want to beat the Leaderboard? Don't see your speech recognition model show up here?
|
|
|
|
|
231 |
)
|
|
|
227 |
)
|
228 |
|
229 |
st.markdown(
|
230 |
+
"Want to beat the Leaderboard? Don't see your speech recognition model show up here? "
|
231 |
+
"Simply add the `hf-asr-leaderboard` tag to your model card alongside your evaluation metrics. "
|
232 |
+
"Try our [Metrics Editor](https://huggingface.co/spaces/huggingface/speech-bench-metrics-editor) to get started!"
|
233 |
)
|