HaptalAI commited on
Commit
7a8fe87
·
verified ·
1 Parent(s): 3874a5b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -609,8 +609,9 @@ def build_app() -> gr.Blocks:
609
 
610
  if __name__ == "__main__":
611
  app = build_app()
 
612
  app.launch(
613
- share=True,
614
  server_port=int(os.environ.get("PORT", 7860)),
615
  show_error=True,
616
  )
 
609
 
610
  if __name__ == "__main__":
611
  app = build_app()
612
+ app.queue()
613
  app.launch(
614
+ server_name="0.0.0.0",
615
  server_port=int(os.environ.get("PORT", 7860)),
616
  show_error=True,
617
  )