Spaces:
Runtime error
Runtime error
update deps a bit
Browse files- pyproject.toml +2 -3
- requirements.txt +2 -4
pyproject.toml
CHANGED
@@ -22,13 +22,12 @@ classifiers = [
|
|
22 |
]
|
23 |
dependencies = [
|
24 |
"gradio >=4.19.2, < 5.0.0",
|
|
|
|
|
25 |
"numpy >= 1.23.5",
|
26 |
"onnxruntime-gpu >= 1.14.1",
|
27 |
"pandas >= 2.0.0",
|
28 |
"Pillow >= 9.5.0",
|
29 |
-
"PyYAML",
|
30 |
-
"safetensors",
|
31 |
-
"simple-parsing >= 0.1.0",
|
32 |
]
|
33 |
|
34 |
[project.urls]
|
|
|
22 |
]
|
23 |
dependencies = [
|
24 |
"gradio >=4.19.2, < 5.0.0",
|
25 |
+
"hf-transfer",
|
26 |
+
"huggingface-hub >= 0.14.0",
|
27 |
"numpy >= 1.23.5",
|
28 |
"onnxruntime-gpu >= 1.14.1",
|
29 |
"pandas >= 2.0.0",
|
30 |
"Pillow >= 9.5.0",
|
|
|
|
|
|
|
31 |
]
|
32 |
|
33 |
[project.urls]
|
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
gradio >=4.19.2, < 5.0.0
|
|
|
|
|
2 |
numpy >= 1.23.5
|
3 |
onnxruntime-gpu >= 1.14.1
|
4 |
pandas >= 2.0.0
|
5 |
Pillow >= 9.5.0
|
6 |
-
safetensors
|
7 |
-
simple-parsing >= 0.1.0
|
8 |
-
huggingface-hub >= 0.14.0
|
9 |
-
hf-transfer
|
|
|
1 |
gradio >=4.19.2, < 5.0.0
|
2 |
+
hf-transfer
|
3 |
+
huggingface-hub >= 0.14.0
|
4 |
numpy >= 1.23.5
|
5 |
onnxruntime-gpu >= 1.14.1
|
6 |
pandas >= 2.0.0
|
7 |
Pillow >= 9.5.0
|
|
|
|
|
|
|
|