Kevin676 commited on
Commit
2fa4ffd
1 Parent(s): bf6260d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def evaluate(
71
  token_ban = [], # ban the generation of some tokens
72
  token_stop = [0]) # stop generation whenever you see any token here
73
 
74
- instruction = result.text
75
  input = input.strip()
76
  ctx = generate_prompt(instruction, input)
77
 
 
71
  token_ban = [], # ban the generation of some tokens
72
  token_stop = [0]) # stop generation whenever you see any token here
73
 
74
+ instruction = result.text.strip()
75
  input = input.strip()
76
  ctx = generate_prompt(instruction, input)
77