ggoknar
commited on
Commit
·
0e056f7
1
Parent(s):
4d98613
add ffmpeg import
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ import nltk # we'll use this to split into sentences
|
|
| 11 |
nltk.download('punkt')
|
| 12 |
import uuid
|
| 13 |
|
|
|
|
| 14 |
import librosa
|
| 15 |
import torchaudio
|
| 16 |
from TTS.api import TTS
|
|
@@ -318,4 +319,4 @@ It relies on 3 models:
|
|
| 318 |
Note:
|
| 319 |
- By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml""")
|
| 320 |
demo.queue()
|
| 321 |
-
demo.launch(debug=True)
|
|
|
|
| 11 |
nltk.download('punkt')
|
| 12 |
import uuid
|
| 13 |
|
| 14 |
+
import ffmpeg
|
| 15 |
import librosa
|
| 16 |
import torchaudio
|
| 17 |
from TTS.api import TTS
|
|
|
|
| 319 |
Note:
|
| 320 |
- By using this demo you agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml""")
|
| 321 |
demo.queue()
|
| 322 |
+
demo.launch(debug=True)
|