Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update constants.py (#7)
Browse files- Update constants.py (6840c7b3682bd4e1e184f66d5426450fe1b00c6a)
- 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/
|
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 |
|