Spaces:
Sleeping
Sleeping
drewThomasson
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,9 @@ import zipfile
|
|
25 |
|
26 |
nltk.download('punkt_tab')
|
27 |
|
|
|
|
|
|
|
28 |
# Download UniDic if it's not already installed
|
29 |
#unidic.download()
|
30 |
|
|
|
25 |
|
26 |
nltk.download('punkt_tab')
|
27 |
|
28 |
+
# Pre-download the xtts TOS agreed file
|
29 |
+
import download_tos_agreed_file
|
30 |
+
|
31 |
# Download UniDic if it's not already installed
|
32 |
#unidic.download()
|
33 |
|