0ddf270 1bd7664
1
2
3
4
5
#!/bin/bash echo "Starting services..." python app.py & # Start Flask in background python gradio_app.py # Start Gradio in foreground