bqmolina commited on
Commit
704d4b2
1 Parent(s): b5f0a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ pipe = pipeline(
28
  )
29
 
30
  generation_args = {
31
- "max_new_tokens": 32,
32
  "return_full_text": False,
33
  "temperature": 0.0,
34
  "do_sample": False,
 
28
  )
29
 
30
  generation_args = {
31
+ "max_new_tokens": 64,
32
  "return_full_text": False,
33
  "temperature": 0.0,
34
  "do_sample": False,