Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with demo:
|
|
98 |
outputs=chatbot
|
99 |
)
|
100 |
|
101 |
-
|
102 |
chat_interface.launch()
|
103 |
|
104 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
|
|
98 |
outputs=chatbot
|
99 |
)
|
100 |
|
101 |
+
# chat_interface.queue()
|
102 |
chat_interface.launch()
|
103 |
|
104 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|