ftshijt commited on
Commit
bfa39e6
1 Parent(s): 7686f39

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -4
src/display/about.py CHANGED
@@ -16,17 +16,15 @@ class Tasks(Enum):
16
  task2 = Task("tts_vocoder3", "UTMOS", "UTMOS Eval")
17
  task3 = Task("tts_vocoder4", "Bitrate", "Bitrate")
18
  task4 = Task("tts_vocoder5", "Sample Rate", "Sample Rate")
19
- task5 = Task("tts_vocoder6", "Rank", "Rank")
20
  task6 = Task("tts_vocoder7", "LowSR-Rank", "LowSR-Rank")
21
- task7 = Task("tts_vocoder8", "HighSR-Rank", "HighSR-Rank")
22
 
23
 
24
  # Your leaderboard name
25
- TITLE = """<h1 align="center" id="space-title">Discrete-based Vocoder Leaderboard</h1>"""
26
 
27
  # What does your leaderboard evaluate?
28
  INTRODUCTION_TEXT = """
29
- The leaderboard for discrete speech challenge (TTS Challenge - Vocoder Track) at Interspeech 2024. Challenge details can be found at https://www.wavlab.org/activities/2024/Interspeech2024-Discrete-Speech-Unit-Challenge/
30
  """
31
 
32
  # Which evaluations are you running? how can people reproduce what you have?
 
16
  task2 = Task("tts_vocoder3", "UTMOS", "UTMOS Eval")
17
  task3 = Task("tts_vocoder4", "Bitrate", "Bitrate")
18
  task4 = Task("tts_vocoder5", "Sample Rate", "Sample Rate")
 
19
  task6 = Task("tts_vocoder7", "LowSR-Rank", "LowSR-Rank")
 
20
 
21
 
22
  # Your leaderboard name
23
+ TITLE = """<h1 align="center" id="space-title">Discrete-based Vocoder (LowSR) Leaderboard</h1>"""
24
 
25
  # What does your leaderboard evaluate?
26
  INTRODUCTION_TEXT = """
27
+ The leaderboard for discrete speech challenge (TTS Challenge - Vocoder Track - LowSR) at Interspeech 2024. Challenge details can be found at https://www.wavlab.org/activities/2024/Interspeech2024-Discrete-Speech-Unit-Challenge/
28
  """
29
 
30
  # Which evaluations are you running? how can people reproduce what you have?