bqmolina commited on
Commit
42e44c5
·
verified ·
1 Parent(s): 704d4b2

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": 64,
32
  "return_full_text": False,
33
  "temperature": 0.0,
34
  "do_sample": False,
 
28
  )
29
 
30
  generation_args = {
31
+ "max_new_tokens": 16,
32
  "return_full_text": False,
33
  "temperature": 0.0,
34
  "do_sample": False,