Spaces:
Runtime error
Runtime error
Commit ·
aa5f6cb
1
Parent(s): 7ec8a31
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ st.markdown(
|
|
| 21 |
This is an AI tool. This tool will convert your text into audio. You can also drop you text file here and download the audio file.
|
| 22 |
"""
|
| 23 |
)
|
| 24 |
-
model = SpeechT5ForTextToSpeech.from_pretrained("
|
| 25 |
processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
|
| 26 |
vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
|
| 27 |
|
|
|
|
| 21 |
This is an AI tool. This tool will convert your text into audio. You can also drop you text file here and download the audio file.
|
| 22 |
"""
|
| 23 |
)
|
| 24 |
+
model = SpeechT5ForTextToSpeech.from_pretrained("microsoft/speecht5_tts")
|
| 25 |
processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
|
| 26 |
vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
|
| 27 |
|