Monster commited on
Commit
40add16
1 Parent(s): 2558343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def generate(
42
  input=None,
43
  temperature=0.1,
44
  top_p=0.75,
45
- top_k=40,):
46
  result = ""
47
  if input:
48
  instruction = ins_inp.format(instruction, input)
 
42
  input=None,
43
  temperature=0.1,
44
  top_p=0.75,
45
+ top_k=40):
46
  result = ""
47
  if input:
48
  instruction = ins_inp.format(instruction, input)