shevadesuyash commited on
Commit
1bd7664
·
verified ·
1 Parent(s): fbce76c

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -2
entrypoint.sh CHANGED
@@ -1,3 +1,4 @@
1
  #!/bin/bash
2
- echo "Starting Flask app..."
3
- exec python app.py
 
 
1
  #!/bin/bash
2
+ echo "Starting services..."
3
+ python app.py & # Start Flask in background
4
+ python gradio_app.py # Start Gradio in foreground