Pendrokar commited on
Commit
25d8722
·
verified ·
1 Parent(s): 8899a7e

add f5 and IMS as the first top_five

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ cached_samples: List[Sample] = []
383
  voting_users = {
384
  # userid as the key and USER() as the value
385
  }
386
- top_five = []
387
 
388
  def generate_matching_pairs(samples: List[Sample]) -> List[Tuple[Sample, Sample]]:
389
  transcript_groups: Dict[str, List[Sample]] = {}
 
383
  voting_users = {
384
  # userid as the key and USER() as the value
385
  }
386
+ top_five = ['mrfakename/E2-F5-TTS', 'Flux9665/MassivelyMultilingualTTS']
387
 
388
  def generate_matching_pairs(samples: List[Sample]) -> List[Tuple[Sample, Sample]]:
389
  transcript_groups: Dict[str, List[Sample]] = {}