patrickvonplaten commited on
Commit
44941a8
β€’
1 Parent(s): 77224ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -211,3 +211,7 @@ else:
211
  st.markdown(
212
  "---\n\* **WER** is [Word Error Rate](https://huggingface.co/metrics/wer)"
213
  )
 
 
 
 
 
211
  st.markdown(
212
  "---\n\* **WER** is [Word Error Rate](https://huggingface.co/metrics/wer)"
213
  )
214
+
215
+ st.markdown(
216
+ "Want to beat the Leaderboard? Don't see your speech recognition model show up here? Simply add the `hf-asr-leaderboard` tag to your model card alongside your evaluation metrics. See [this commit](https://huggingface.co/facebook/wav2vec2-base-960h/commit/88338305603a4d8db25aca96e669beb5f7dc65cb) as an example."
217
+ )