acecalisto3 commited on
Commit
97adf15
·
verified ·
1 Parent(s): 99bb334

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=False
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
  )