dx2102 commited on
Commit
b9bc90a
·
verified ·
1 Parent(s): e817d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ CPUs will be slower but there is no time limit.
211
  result = pipe(
212
  prefix,
213
  streamer=MyStreamer(),
214
- max_new_tokens=500,
215
  top_p=0.9, temperature=0.6,
216
  )
217
  print('Generated text:')
 
211
  result = pipe(
212
  prefix,
213
  streamer=MyStreamer(),
214
+ max_new_tokens=1000,
215
  top_p=0.9, temperature=0.6,
216
  )
217
  print('Generated text:')