mosha255 commited on
Commit
2c2ef3a
·
unverified ·
1 Parent(s): bc38ec6

change startup script

Browse files
Files changed (1) hide show
  1. 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
- gunicorn --bind 0.0.0.0:9090 spaces_app:app &
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