Spaces:
Build error
Build error
File size: 259 Bytes
e69a9f5 |
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/env bash
# Activate the virtual environment
source ./venv/bin/activate
# If the requirements are validated, run the kohya_gui.py script with the command-line arguments
if python tools/validate_requirements.py; then
python kohya_gui.py "$@"
fi |