kenken999's picture
test
9df0420
raw
history blame
154 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run the Flask app and Gradio interface in parallel
python app.py &
gradio app.py &