drewThomasson commited on
Commit
67a6da3
1 Parent(s): 1f5d40b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -32,13 +32,16 @@ import socket
32
  #import MeCab
33
  #import unidic
34
 
35
- nltk.download('punkt_tab')
36
 
37
  # Pre-download the xtts TOS agreed file
38
- import download_tos_agreed_file
39
 
40
  # Import the locally stored Xtts default model
41
- import import_locally_stored_tts_model_files
 
 
 
42
 
43
  # Download UniDic if it's not already installed
44
  #unidic.download()
 
32
  #import MeCab
33
  #import unidic
34
 
35
+ #nltk.download('punkt_tab')
36
 
37
  # Pre-download the xtts TOS agreed file
38
+ #import download_tos_agreed_file
39
 
40
  # Import the locally stored Xtts default model
41
+ #import import_locally_stored_tts_model_files
42
+
43
+ # import all files
44
+ import import_all_files
45
 
46
  # Download UniDic if it's not already installed
47
  #unidic.download()