mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 01:30:20 +01:00
Bypass coqui TTS EULA check (#4905)
This commit is contained in:
parent
7f1a6a70e3
commit
bdcc769e6f
@ -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…
Reference in New Issue
Block a user