lvwerra HF staff commited on
Commit
4206e00
1 Parent(s): f664b2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def generate(
82
  if any([end_token in response.token.text for end_token in [EOS_STRING, EOT_STRING]]):
83
  if fim_mode:
84
  output += suffix
85
- print("output", output)
86
  else:
87
  return output
88
  else:
 
82
  if any([end_token in response.token.text for end_token in [EOS_STRING, EOT_STRING]]):
83
  if fim_mode:
84
  output += suffix
85
+ print("output", output)
86
  else:
87
  return output
88
  else: