lora-scripts/run_gui.sh

8 lines
81 B
Bash

#!/bin/bash
export HF_HOME=huggingface
export PYTHONUTF8=1
python gui.py "$@"