Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
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(
|