Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update constants.py
#7
by
reach-vb - opened
- 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 |
|