We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699cb1b commit cee6e9dCopy full SHA for cee6e9d
label_studio_ml/examples/segment_anything_2_image/start.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# Execute the gunicorn command
4
-exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 app._wsgi:app
+exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 ~.app._wsgi:app
0 commit comments