vishnun commited on
Commit
0eef91c
·
1 Parent(s): bf1d265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if submit:
30
  input_ids,
31
  do_sample=True,
32
  max_length=50,
33
- top_p=0.98,
34
  num_return_sequences=2
35
  )
36
 
 
30
  input_ids,
31
  do_sample=True,
32
  max_length=50,
33
+ top_p=0.99,
34
  num_return_sequences=2
35
  )
36