Monster commited on
Commit
463c427
1 Parent(s): 2132856

Update app.py

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