sultan-hassan commited on
Commit
a635a97
·
verified ·
1 Parent(s): c04350f

Update app.py

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