Biorrith commited on
Commit
f5abb2c
·
1 Parent(s): 20739c9

Remove fixed exaggeration value from TTS audio generation

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -214,7 +214,6 @@ with gr.Blocks() as demo:
214
  elem_classes=["audio-note"]
215
  )
216
 
217
- exaggeration = 0.5 # Fixed exaggeration value
218
  cfg_weight = gr.Slider(
219
  0.2, 1, step=.05, label="CFG/Pace", value=0.5
220
  )
 
214
  elem_classes=["audio-note"]
215
  )
216
 
 
217
  cfg_weight = gr.Slider(
218
  0.2, 1, step=.05, label="CFG/Pace", value=0.5
219
  )