Update gui.sh
Removed an unnecessary debug line.
This commit is contained in:
parent
8168e36326
commit
c79181b7ea
2
gui.sh
2
gui.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Activate the virtual environment
|
# Activate the virtual environment
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
python -V
|
|
||||||
# If the requirements are validated, run the kohya_gui.py script with the command-line arguments
|
# If the requirements are validated, run the kohya_gui.py script with the command-line arguments
|
||||||
if python tools/validate_requirements.py; then
|
if python tools/validate_requirements.py; then
|
||||||
python kohya_gui.py "$@"
|
python kohya_gui.py "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user