Commit
·
8f7b4cb
1
Parent(s):
5b80d32
temperature 0.85
Browse files
app.py
CHANGED
|
@@ -265,7 +265,7 @@ def predict(
|
|
| 265 |
gpt_cond_latent,
|
| 266 |
speaker_embedding,
|
| 267 |
#repetition_penalty=5.0,
|
| 268 |
-
|
| 269 |
)
|
| 270 |
|
| 271 |
first_chunk = True
|
|
|
|
| 265 |
gpt_cond_latent,
|
| 266 |
speaker_embedding,
|
| 267 |
#repetition_penalty=5.0,
|
| 268 |
+
temperature=0.85,
|
| 269 |
)
|
| 270 |
|
| 271 |
first_chunk = True
|