Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
644fdbd
1
Parent(s):
0d70aea
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ upsampler = pipeline(
|
|
29 |
)
|
30 |
|
31 |
generation_args = {
|
32 |
-
"max_new_tokens":
|
33 |
"return_full_text": False,
|
34 |
"temperature": 0.7,
|
35 |
"do_sample": True,
|
|
|
29 |
)
|
30 |
|
31 |
generation_args = {
|
32 |
+
"max_new_tokens": 200,
|
33 |
"return_full_text": False,
|
34 |
"temperature": 0.7,
|
35 |
"do_sample": True,
|