gorkemgoknar commited on
Commit
9b0d4aa
1 Parent(s): 06839e7

remove tts extra params

Browse files

not required on tts update git+https://github.com/coqui-ai/TTS@5e992d8704a8fbb4699e148cee6224fdb17a2f3c

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -346,8 +346,8 @@ def get_voice_streaming(prompt, language, latent_tuple, suffix="0"):
346
  language,
347
  gpt_cond_latent,
348
  speaker_embedding,
349
- repetition_penalty=5.0,
350
- temperature=0.75,
351
  )
352
 
353
  first_chunk = True
 
346
  language,
347
  gpt_cond_latent,
348
  speaker_embedding,
349
+ #repetition_penalty=5.0,
350
+ #temperature=0.75,
351
  )
352
 
353
  first_chunk = True