Tonic commited on
Commit
b566f8b
·
1 Parent(s): 12e7d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(user_input):
14
  1.3, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
17
- False
18
  fn_index=0
19
  )
20
  return result
 
14
  1.3, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
17
+ False,
18
  fn_index=0
19
  )
20
  return result