Demo / start-webui.sh
LAP-DEV's picture
Upload 63 files
710db5f verified
raw
history blame contribute delete
83 Bytes
#!/bin/bash
source venv/bin/activate
python app.py "$@"
echo "launching the app"