Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ MODELS = {
|
|
18 |
"amphion/MaskGCT": "MaskGCT",
|
19 |
"OuteAI/Llama-OuteTTS-1.0-1B": "Llama-OuteTTS-1.0-1B",
|
20 |
"ByteDance/MegaTTS3": "MegaTTS3",
|
21 |
-
"Kyutai/Kyutai-TTS"
|
22 |
}
|
23 |
|
24 |
# Performance ratings for each model
|
|
|
18 |
"amphion/MaskGCT": "MaskGCT",
|
19 |
"OuteAI/Llama-OuteTTS-1.0-1B": "Llama-OuteTTS-1.0-1B",
|
20 |
"ByteDance/MegaTTS3": "MegaTTS3",
|
21 |
+
"Kyutai/Kyutai-TTS": "Kyutai-TTS"
|
22 |
}
|
23 |
|
24 |
# Performance ratings for each model
|