Spaces:
Runtime error
Runtime error
gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:api --bind 0.0.0.0:8000 & | |
gunicorn -w 4 -b 0.0.0.0:5000 app:app | |
gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:api --bind 0.0.0.0:8000 & | |
gunicorn -w 4 -b 0.0.0.0:5000 app:app | |