33a3d42
1
2
3
4
5
6
7
#!/bin/bash # Activate virtual environment source venv/bin/activate # Run the Gradio app python app.py