Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -552,7 +552,7 @@ mars5, config_class = torch.hub.load('Camb-ai/mars5-tts', 'mars5_english', trust
|
|
552 |
def generate_audio_mars5(text):
|
553 |
description = "Thomas speaks with emphasis and excitement at a moderate pace with high quality."
|
554 |
kwargs_dict = {
|
555 |
-
'temperature': 0.
|
556 |
'top_k': -1,
|
557 |
'top_p': 0.2,
|
558 |
'typical_p': 1.0,
|
|
|
552 |
def generate_audio_mars5(text):
|
553 |
description = "Thomas speaks with emphasis and excitement at a moderate pace with high quality."
|
554 |
kwargs_dict = {
|
555 |
+
'temperature': 0.2,
|
556 |
'top_k': -1,
|
557 |
'top_p': 0.2,
|
558 |
'typical_p': 1.0,
|