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 cee6e9d commit b52b826Copy full SHA for b52b826
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 root.app._wsgi:app
0 commit comments