change startup script
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -14,7 +14,7 @@ fi
|
|
14 |
gunicorn --bind 0.0.0.0:8080 api_app:app &
|
15 |
|
16 |
# Start Gunicorn for the Gradio frontend
|
17 |
-
|
18 |
|
19 |
# Wait for all background processes to finish
|
20 |
wait
|
|
|
14 |
gunicorn --bind 0.0.0.0:8080 api_app:app &
|
15 |
|
16 |
# Start Gunicorn for the Gradio frontend
|
17 |
+
python spaces_app.py &
|
18 |
|
19 |
# Wait for all background processes to finish
|
20 |
wait
|