Spaces:
Runtime error
Runtime error
Commit
·
4e4c6d3
1
Parent(s):
902588d
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def launch_app(pipe, streamer):
|
|
49 |
history[-1][1] = ""
|
50 |
kwargs = {
|
51 |
"text_inputs": prompt,
|
52 |
-
"max_new_tokens":
|
53 |
"do_sample": True,
|
54 |
"temperature": 0.7,
|
55 |
"top_k": 50,
|
|
|
49 |
history[-1][1] = ""
|
50 |
kwargs = {
|
51 |
"text_inputs": prompt,
|
52 |
+
"max_new_tokens": 64,
|
53 |
"do_sample": True,
|
54 |
"temperature": 0.7,
|
55 |
"top_k": 50,
|