nikravan commited on
Commit
12fe850
·
verified ·
1 Parent(s): 498c811

don't share

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