Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ def generate(
|
|
86 |
|
87 |
chat_interface = gr.ChatInterface(
|
88 |
fn=generate,
|
|
|
89 |
additional_inputs=[
|
90 |
gr.Textbox(label="System prompt", lines=26),
|
91 |
gr.Slider(
|
|
|
86 |
|
87 |
chat_interface = gr.ChatInterface(
|
88 |
fn=generate,
|
89 |
+
chatbot=chatbot,
|
90 |
additional_inputs=[
|
91 |
gr.Textbox(label="System prompt", lines=26),
|
92 |
gr.Slider(
|