#!/bin/bash echo "Starting services..." python app.py & # Start Flask in background python gradio_app.py # Start Gradio in foreground