Spaces:
Sleeping
Sleeping
don't share
Browse files
app.py
CHANGED
@@ -243,4 +243,4 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
243 |
gr.Examples(EXAMPLES, [chat_input])
|
244 |
|
245 |
if __name__ == "__main__":
|
246 |
-
demo.queue(api_open=False).launch(show_api=False, share=
|
|
|
243 |
gr.Examples(EXAMPLES, [chat_input])
|
244 |
|
245 |
if __name__ == "__main__":
|
246 |
+
demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )
|