Nbfit commited on
Commit
f1b936e
·
verified ·
1 Parent(s): 819aa1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def load_tts_pipeline():
52
  Returns:
53
  Pipeline: Microsoft's SpeechT5 for high-quality speech synthesis
54
  """
55
- return pipeline("text-to-speech", model="kollis/speecht5_finetuned_voxpopuli_nl",use_fast=True)
56
 
57
 
58
  # ======================
 
52
  Returns:
53
  Pipeline: Microsoft's SpeechT5 for high-quality speech synthesis
54
  """
55
+ return pipeline("text-to-speech", model="microsoft/speecht5_tts",use_fast=True)
56
 
57
 
58
  # ======================