Spaces:
Running
on
Zero
Running
on
Zero
add f5 and IMS as the first top_five
Browse files
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]] = {}
|