drewThomasson commited on
Commit
746f439
·
verified ·
1 Parent(s): cd3793a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -34,14 +34,8 @@ import socket
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()
 
34
 
35
  #nltk.download('punkt_tab')
36
 
 
 
 
37
  # Import the locally stored Xtts default model
38
+ import import_locally_stored_tts_model_files
 
 
 
39
 
40
  # Download UniDic if it's not already installed
41
  #unidic.download()