mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
This commit is contained in:
commit
4eeac70af7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user