codys12 commited on
Commit
5976549
1 Parent(s): 96b060f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def generate(
74
  for text in streamer:
75
  print(text, end="")
76
  outputs.append(text)
77
- yield "".join(outputs).replace(history, "")
78
 
79
 
80
  chat_interface = gr.ChatInterface(
 
74
  for text in streamer:
75
  print(text, end="")
76
  outputs.append(text)
77
+ yield "".join(outputs)
78
 
79
 
80
  chat_interface = gr.ChatInterface(