chansung commited on
Commit
324f5ff
1 Parent(s): e5725a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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