Automatic terms of use agreement during model load
#7
by
vitaliy-sharandin
- opened
How to automatically accept terms of use during initial model load in code, as it stops execution?
tts = TTS(tts_models/multilingual/multi-dataset/xtts_v2).to('cuda')
Thanks you!
To save everyone's time, the answer is to set environment variable:
os.environ["COQUI_TOS_AGREED"] = "1"
gorkemgoknar
changed discussion status to
closed