joycaption-batch-webui / start_linux.sh
justineightyone's picture
Initial release: JoyCaption Beta One + JoyTag batch captioning WebUI
48ee475 verified
Raw
History Blame Contribute Delete
85 Bytes
#!/usr/bin/env bash
cd "$(dirname "$0")"
source venv/bin/activate
python app.py "$@"