Skip to content

Commit cee6e9d

Browse files
committed
update wsgi
1 parent 699cb1b commit cee6e9d

File tree

1 file changed

+1
-1
lines changed
  • label_studio_ml/examples/segment_anything_2_image

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# Execute the gunicorn command
4-
exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 app._wsgi:app
4+
exec gunicorn --bind :${PORT:-9090} --workers ${WORKERS:-1} --threads ${THREADS:-4} --timeout 0 ~.app._wsgi:app

0 commit comments

Comments
 (0)