Spaces:
Running
on
Zero
Running
on
Zero
zhzluke96
commited on
Commit
•
06967a5
1
Parent(s):
c5458aa
update
Browse files- .env.webui +2 -1
.env.webui
CHANGED
@@ -8,8 +8,9 @@ DEBUG=
|
|
8 |
AUTH=
|
9 |
|
10 |
# Model inference options
|
11 |
-
HALF=
|
12 |
OFF_TQDM=True
|
|
|
13 |
|
14 |
# Text-to-Speech (TTS) configuration
|
15 |
TTS_MAX_LEN=1000
|
|
|
8 |
AUTH=
|
9 |
|
10 |
# Model inference options
|
11 |
+
HALF=True
|
12 |
OFF_TQDM=True
|
13 |
+
COMPILE=True
|
14 |
|
15 |
# Text-to-Speech (TTS) configuration
|
16 |
TTS_MAX_LEN=1000
|