radames commited on
Commit
c2ba531
·
1 Parent(s): 8f6c30d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def generate_text(message, history):
54
  temp += stream["choices"][0]["text"]
55
  yield temp
56
 
57
- history = ["init", input_text_with_history]
58
 
59
 
60
  demo = gr.ChatInterface(
 
54
  temp += stream["choices"][0]["text"]
55
  yield temp
56
 
57
+ history = ["init", input_prompt]
58
 
59
 
60
  demo = gr.ChatInterface(