File size: 154 Bytes
1f074d8
 
 
 
 
9df0420
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Install dependencies
pip install -r requirements.txt

# Run the Flask app and Gradio interface in parallel
python app.py &
gradio app.py &