Update app.py
Browse files
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 |
-
|
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)
|