cloud-sean commited on
Commit
8ff6f4e
·
1 Parent(s): 3c10537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ with gr.Blocks(title="AOAI") as demo:
106
 
107
  text.submit(add_text, [state, text, vectorstore], [chatbot, state, vectorstore])
108
 
109
-
 
106
 
107
  text.submit(add_text, [state, text, vectorstore], [chatbot, state, vectorstore])
108
 
109
+ demo.launch(enable_queue=True)