Update app.py
Browse files
app.py
CHANGED
@@ -248,5 +248,5 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
248 |
),
|
249 |
gr.Examples(EXAMPLES, [chat_input])
|
250 |
|
251 |
-
|
252 |
-
|
|
|
248 |
),
|
249 |
gr.Examples(EXAMPLES, [chat_input])
|
250 |
|
251 |
+
|
252 |
+
demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )
|