Alidr79 commited on
Commit
76c67f3
1 Parent(s): 4d7721d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def tts_fn(slider_value, input_text):
128
  inputs = processor(text = text, return_tensors="pt")
129
 
130
  with torch.no_grad():
131
- spectrogram = model.generate_speech(inputs["input_ids"], speaker_embedding, minlenratio = 2, maxlenratio = 4, threshold = 0.35)
132
 
133
  with torch.no_grad():
134
  speech = vocoder(spectrogram)
 
128
  inputs = processor(text = text, return_tensors="pt")
129
 
130
  with torch.no_grad():
131
+ spectrogram = model.generate_speech(inputs["input_ids"], speaker_embedding, minlenratio = 2, maxlenratio = 4, threshold = 0.3)
132
 
133
  with torch.no_grad():
134
  speech = vocoder(spectrogram)