Update constants.py

#7
by reach-vb HF staff - opened
Files changed (1) hide show
  1. constants.py +2 -2
constants.py CHANGED
@@ -21,10 +21,10 @@ INTRODUCTION_TEXT = "πŸ“ The πŸ€— Open ASR Leaderboard ranks and evaluates spee
21
 
22
  CITATION_TEXT = """@misc{open-asr-leaderboard,
23
  title = {Open Automatic Speech Recognition Leaderboard},
24
- author = {Srivastav, Vaibhav and Majumdar, Somshubra and Koluguri, Nithin and Moumen, Adel and Gandhi, Sanchit and Hugging Face Team and Nvidia NeMo Team and SpeechBrain Team},
25
  year = 2023,
26
  publisher = {Hugging Face},
27
- howpublished = "\\url{https://huggingface.co/spaces/huggingface.co/spaces/open-asr-leaderboard/leaderboard}"
28
  }
29
  """
30
 
 
21
 
22
  CITATION_TEXT = """@misc{open-asr-leaderboard,
23
  title = {Open Automatic Speech Recognition Leaderboard},
24
+ author = {Srivastav, Vaibhav and Majumdar, Somshubra and Koluguri, Nithin and Moumen, Adel and Gandhi, Sanchit and {Hugging Face Team} and {Nvidia NeMo Team} and {SpeechBrain Team}},
25
  year = 2023,
26
  publisher = {Hugging Face},
27
+ howpublished = "\\url{https://huggingface.co/spaces/hf-audio/open_asr_leaderboard}"
28
  }
29
  """
30