SamiKoen commited on
Commit
1db74c1
·
verified ·
1 Parent(s): e9f4c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,6 +271,6 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
271
  inputs.submit(reset_textbox, [], [inputs])
272
  send_button.click(predict, [system_msg, inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
273
  send_button.click(reset_textbox, [], [inputs])
274
- send_button.click(save_chat_and_upload, [chatbot], [])
275
 
276
  demo.queue(max_size=10).launch(debug=True)
 
271
  inputs.submit(reset_textbox, [], [inputs])
272
  send_button.click(predict, [system_msg, inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter])
273
  send_button.click(reset_textbox, [], [inputs])
274
+
275
 
276
  demo.queue(max_size=10).launch(debug=True)