Convomate-module / entrypoint.sh
shevadesuyash's picture
Update entrypoint.sh
1bd7664 verified
raw
history blame contribute delete
136 Bytes
#!/bin/bash
echo "Starting services..."
python app.py & # Start Flask in background
python gradio_app.py # Start Gradio in foreground