Bypass coqui TTS EULA check (#4905)

This commit is contained in:
missionfloyd 2023-12-12 22:26:46 -07:00 committed by GitHub
parent 7f1a6a70e3
commit bdcc769e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
import os
import html
import json
import random
@ -26,6 +27,7 @@ except ModuleNotFoundError:
raise
os.environ["COQUI_TOS_AGREED"] = "1"
params = {
"activate": True,