Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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"):
|