EmmaGozie commited on
Commit
030ef7f
·
verified ·
1 Parent(s): a7feeb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def launch(input):
43
  instruction=input,
44
  response="",
45
  )
46
- out = gemma_lm.generate(prompt, max_length=512)
47
  ind = out.index('Response') + len('Response')+2
48
  return out[ind:]
49
 
 
43
  instruction=input,
44
  response="",
45
  )
46
+ out = gemma_lm.generate(prompt, max_length=256)
47
  ind = out.index('Response') + len('Response')+2
48
  return out[ind:]
49