pw-ai-research commited on
Commit
bb8862d
·
verified ·
1 Parent(s): a2cc02d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def generate_answer_stream(question):
68
 
69
  output = ""
70
  for token in streamer:
 
71
  output += token
72
  output = strip_bad_tokens(output, stop_strings)
73
  yield output
 
68
 
69
  output = ""
70
  for token in streamer:
71
+ print(token)
72
  output += token
73
  output = strip_bad_tokens(output, stop_strings)
74
  yield output