Biorrith commited on
Commit
ffd8750
·
1 Parent(s): 0951916

small bugfix :((

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: float = 0.5,
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: