Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -11,7 +11,7 @@ fi
|
|
11 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
|
12 |
|
13 |
# Start the gradio
|
14 |
-
python app/main.py &
|
15 |
|
16 |
# Wait for any process to exit
|
17 |
wait -n
|
|
|
11 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
|
12 |
|
13 |
# Start the gradio
|
14 |
+
python app/main.py --port $GRADIO_PORT &
|
15 |
|
16 |
# Wait for any process to exit
|
17 |
wait -n
|