Spaces:
Build error
Build error
File size: 101 Bytes
b7a7f32 |
1 2 3 |
#!/bin/sh
exec gunicorn -k uvicorn.workers.UvicornWorker -c gunicorn.conf.py misc.scripts.launch:app
|