Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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")),
|