drewThomasson commited on
Commit
31d211b
·
verified ·
1 Parent(s): 8e7f3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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