Bypass coqui TTS EULA check (#4905)
This commit is contained in:
parent
7f1a6a70e3
commit
bdcc769e6f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
import os
|
||||||
import html
|
import html
|
||||||
import json
|
import json
|
||||||
import random
|
import random
|
||||||
|
@ -26,6 +27,7 @@ except ModuleNotFoundError:
|
||||||
|
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
os.environ["COQUI_TOS_AGREED"] = "1"
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
"activate": True,
|
"activate": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue