YUS200619 commited on
Commit
55fb22d
·
verified ·
1 Parent(s): cf86516

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -193,7 +193,6 @@ with gr.Blocks(title="Work-Life Firewall") as demo:
193
 
194
  if __name__ == "__main__":
195
  on_hugging_face_space = bool(os.getenv("SPACE_ID"))
196
- demo.queue(default_concurrency_limit=1, max_size=1)
197
  demo.launch(
198
  server_name="0.0.0.0",
199
  server_port=int(os.getenv("PORT", "7860")),
 
193
 
194
  if __name__ == "__main__":
195
  on_hugging_face_space = bool(os.getenv("SPACE_ID"))
 
196
  demo.launch(
197
  server_name="0.0.0.0",
198
  server_port=int(os.getenv("PORT", "7860")),