Update ui/leaderboard.py
Browse files- ui/leaderboard.py +1 -1
ui/leaderboard.py
CHANGED
@@ -20,7 +20,7 @@ def render_info_html():
|
|
20 |
, ensuring safer and more trustworthy audio communications. We report the average EER (lower the better).
|
21 |
Models are ranked based on their Average EER, from lowest to highest. Check the Metrics tab to understand how the models are evaluated.
|
22 |
If you want results for a model that is not listed here, you can submit a request for it to be included through under "submit your own system" tab.
|
23 |
-
|
24 |
|
25 |
# HTML formatted info text
|
26 |
return gr.Markdown(info_text)
|
|
|
20 |
, ensuring safer and more trustworthy audio communications. We report the average EER (lower the better).
|
21 |
Models are ranked based on their Average EER, from lowest to highest. Check the Metrics tab to understand how the models are evaluated.
|
22 |
If you want results for a model that is not listed here, you can submit a request for it to be included through under "submit your own system" tab.
|
23 |
+
"""
|
24 |
|
25 |
# HTML formatted info text
|
26 |
return gr.Markdown(info_text)
|