acecalisto3 commited on
Commit
99bb334
·
verified ·
1 Parent(s): 6111a80

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks() as app:
317
  # Launch the app
318
  app.queue(default_concurrency_limit=20).launch(
319
  show_api=False,
320
- share=True,
321
  server_name="0.0.0.0",
322
  server_port=8000
323
  )
 
317
  # Launch the app
318
  app.queue(default_concurrency_limit=20).launch(
319
  show_api=False,
320
+ share=False
321
  server_name="0.0.0.0",
322
  server_port=8000
323
  )