Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
|
204 |
|
205 |
instruction_txtbox.submit(
|
206 |
chat_stream,
|
207 |
-
[idx, local_data, instruction_txtbox, chat_state]
|
208 |
[chatbot, local_data]
|
209 |
)
|
210 |
|
|
|
204 |
|
205 |
instruction_txtbox.submit(
|
206 |
chat_stream,
|
207 |
+
[idx, local_data, instruction_txtbox, chat_state],
|
208 |
[chatbot, local_data]
|
209 |
)
|
210 |
|