added queue and launch to demo
Browse files
app.py
CHANGED
@@ -121,5 +121,5 @@ with gr.Blocks(fill_height=True) as demo:
|
|
121 |
textbox=chat_input,
|
122 |
)
|
123 |
|
124 |
-
|
125 |
-
|
|
|
121 |
textbox=chat_input,
|
122 |
)
|
123 |
|
124 |
+
demo.queue(api_open=False)
|
125 |
+
demo.launch(show_api=False, share=False)
|