drewThomasson commited on
Commit
ef289eb
1 Parent(s): 9656b52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -109,6 +109,9 @@ import socket
109
 
110
  #nltk.download('punkt_tab')
111
 
 
 
 
112
  # Import the locally stored Xtts default model
113
  import import_locally_stored_tts_model_files
114
 
 
109
 
110
  #nltk.download('punkt_tab')
111
 
112
+ # By using XTTS you agree to CPML license https://coqui.ai/cpml
113
+ os.environ["COQUI_TOS_AGREED"] = "1"
114
+
115
  # Import the locally stored Xtts default model
116
  import import_locally_stored_tts_model_files
117