Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|