Spaces:
Runtime error
Runtime error
Rodrigo Gallardo
commited on
Commit
·
f743647
1
Parent(s):
496462c
Fixed httpx version
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio==3.
|
2 |
torch==1.11.0
|
3 |
-
huggingface-hub==0.
|
4 |
onnx==1.12.0
|
5 |
onnxruntime==1.13.1
|
6 |
-
transformers==4.24.0
|
|
|
|
1 |
+
gradio==3.45.0
|
2 |
torch==1.11.0
|
3 |
+
huggingface-hub==0.14.0
|
4 |
onnx==1.12.0
|
5 |
onnxruntime==1.13.1
|
6 |
+
transformers==4.24.0
|
7 |
+
httpx==0.24.1
|