Spaces:
Sleeping
Sleeping
small bugfix :((
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def generate_tts_audio(
|
|
| 135 |
tuple[int, np.ndarray]: A tuple containing the sample rate (int) and the generated audio waveform (numpy.ndarray)
|
| 136 |
"""
|
| 137 |
current_model = get_or_load_model()
|
| 138 |
-
exaggeration
|
| 139 |
|
| 140 |
|
| 141 |
if current_model is None:
|
|
|
|
| 135 |
tuple[int, np.ndarray]: A tuple containing the sample rate (int) and the generated audio waveform (numpy.ndarray)
|
| 136 |
"""
|
| 137 |
current_model = get_or_load_model()
|
| 138 |
+
exaggeration = 0.5
|
| 139 |
|
| 140 |
|
| 141 |
if current_model is None:
|