Spaces:
Sleeping
Sleeping
Commit ·
8ff6f4e
1
Parent(s): 3c10537
Update app.py
Browse files
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)
|