Update gui.sh

Removed an unnecessary debug line.
This commit is contained in:
jstayco 2023-03-27 18:58:30 -07:00 committed by GitHub
parent 8168e36326
commit c79181b7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gui.sh
View File

@ -2,7 +2,7 @@
# Activate the virtual environment
source ./venv/bin/activate
python -V
# 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 "$@"