#!/bin/bash # Install dependencies pip install -r requirements.txt # Run the Flask app and Gradio interface in parallel python app.py & gradio app.py &