Upload lora-scripts/run_gui.sh with huggingface_hub
Browse files- lora-scripts/run_gui.sh +7 -0
lora-scripts/run_gui.sh
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
export HF_HOME=huggingface
|
4 |
+
export PYTHONUTF8=1
|
5 |
+
|
6 |
+
python gui.py "$@"
|
7 |
+
|