mateoluksenberg commited on
Commit
6d8cab0
·
verified ·
1 Parent(s): ba0edd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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, )#server_name="0.0.0.0", )
 
 
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", )