Kohaku-Blueleaf
commited on
Commit
·
8576d0f
1
Parent(s):
3b57e92
move xut install to app.py
Browse files- app.py +1 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
import random
|
3 |
import json
|
4 |
from pathlib import Path
|
|
|
1 |
import os
|
2 |
+
os.system("pip install git+https://${GIT_USER}:${GIT_TOKEN}@github.com/KohakuBlueleaf/XUT")
|
3 |
import random
|
4 |
import json
|
5 |
from pathlib import Path
|
requirements.txt
CHANGED
@@ -8,5 +8,4 @@ safetensors
|
|
8 |
spaces
|
9 |
gradio
|
10 |
httpx
|
11 |
-
git+https://${GIT_USER}:${GIT_TOKEN}@github.com/KohakuBlueleaf/XUT
|
12 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.13-cu124/llama_cpp_python-0.3.13-cp310-cp310-linux_x86_64.whl
|
|
|
8 |
spaces
|
9 |
gradio
|
10 |
httpx
|
|
|
11 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.13-cu124/llama_cpp_python-0.3.13-cp310-cp310-linux_x86_64.whl
|