CR7CAD commited on
Commit
7137c1e
·
verified ·
1 Parent(s): d996989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def text2story(text):
43
 
44
  # text2audio
45
  def text2audio(story_text):
46
- tts = pipeline("text-to-speech", model="espnet/kan-bayashi_ljspeech_vits")
47
  audio_output = tts(story_text)
48
 
49
  return {
 
43
 
44
  # text2audio
45
  def text2audio(story_text):
46
+ tts = pipeline("text-to-speech", model="ai4bharat/indic-parler-tts")
47
  audio_output = tts(story_text)
48
 
49
  return {