drewThomasson
commited on
Commit
•
bfb4032
1
Parent(s):
1323c15
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ from TTS.api import TTS
|
|
4 |
import os
|
5 |
import subprocess
|
6 |
|
|
|
|
|
|
|
7 |
def run_all_models(input_text, progress=gr.Progress()):
|
8 |
# Initialize output file paths
|
9 |
xtts_output = "xtts_output.wav"
|
|
|
4 |
import os
|
5 |
import subprocess
|
6 |
|
7 |
+
import nltk
|
8 |
+
nltk.download('punkt')
|
9 |
+
|
10 |
def run_all_models(input_text, progress=gr.Progress()):
|
11 |
# Initialize output file paths
|
12 |
xtts_output = "xtts_output.wav"
|