Update coqui.py
Browse files
coqui.py
CHANGED
@@ -11,6 +11,7 @@ import numpy as np
|
|
11 |
|
12 |
# update gradio to faster streaming
|
13 |
# download for mecab
|
|
|
14 |
os.system('python -m unidic download')
|
15 |
|
16 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
|
|
11 |
|
12 |
# update gradio to faster streaming
|
13 |
# download for mecab
|
14 |
+
print("install unidic")
|
15 |
os.system('python -m unidic download')
|
16 |
|
17 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|