Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -15
requirements.txt
CHANGED
@@ -1,21 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
onnxruntime-gpu
|
5 |
omegaconf
|
6 |
peft
|
7 |
-
opencv-python
|
8 |
-
insightface
|
9 |
diffusers==0.23.0
|
10 |
torch==2.0.0
|
11 |
torchvision==0.15.1
|
12 |
-
transformers==4.
|
13 |
-
spaces
|
14 |
-
sentencepiece
|
15 |
-
### fix huggingface-hub
|
16 |
-
huggingface-hub==0.24.6
|
17 |
-
gradio==4.16.0
|
18 |
-
gradio-client==0.8.1
|
19 |
-
cryptography==41.0.3
|
20 |
-
cffi==1.15.1
|
21 |
-
pycparser==2.21
|
|
|
1 |
+
huggingface-hub<=0.26
|
2 |
+
accelerate
|
3 |
+
safetensors
|
4 |
+
einops
|
5 |
onnxruntime-gpu
|
6 |
omegaconf
|
7 |
peft
|
8 |
+
opencv-python
|
9 |
+
insightface
|
10 |
diffusers==0.23.0
|
11 |
torch==2.0.0
|
12 |
torchvision==0.15.1
|
13 |
+
transformers==4.31.0
|
14 |
+
spaces
|
15 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|