Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def tts_stream(text, temperature, top_p, repetition_penalty, state):
|
|
| 30 |
chunks = []
|
| 31 |
stream = model.infer_stream(
|
| 32 |
text,
|
| 33 |
-
chunk_size=
|
| 34 |
temperature=temperature,
|
| 35 |
top_p=top_p,
|
| 36 |
repetition_penalty=repetition_penalty,
|
|
|
|
| 30 |
chunks = []
|
| 31 |
stream = model.infer_stream(
|
| 32 |
text,
|
| 33 |
+
chunk_size=20,
|
| 34 |
temperature=temperature,
|
| 35 |
top_p=top_p,
|
| 36 |
repetition_penalty=repetition_penalty,
|