Ahsan658 commited on
Commit
a035e1d
·
verified ·
1 Parent(s): b05b5f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.title("Text to Speech Converter")
8
  text_input = st.text_area("Enter text to convert to speech:")
9
 
10
  # Load the Hugging Face TTS model
11
- tts_pipeline = pipeline("text-to-speech", model="espnet/kan-bayashi-ljspeech-vits")
12
 
13
  # Button to generate speech
14
  if st.button("Convert to Speech"):
 
8
  text_input = st.text_area("Enter text to convert to speech:")
9
 
10
  # Load the Hugging Face TTS model
11
+ tts_pipeline = pipeline("text-to-speech", model="facebook/mms-tts-eng")
12
 
13
  # Button to generate speech
14
  if st.button("Convert to Speech"):