Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,5 +260,6 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
| 260 |
gr.Examples(EXAMPLES, [chat_input])
|
| 261 |
|
| 262 |
if __name__ == "__main__":
|
| 263 |
-
|
| 264 |
-
demo.queue(api_open=False).launch(show_api=False, share=False
|
|
|
|
|
|
| 260 |
gr.Examples(EXAMPLES, [chat_input])
|
| 261 |
|
| 262 |
if __name__ == "__main__":
|
| 263 |
+
|
| 264 |
+
demo.queue(api_open=False).launch(server_port=7861, show_api=False, share=False)
|
| 265 |
+
#demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )
|