Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
onnxruntime>=1.15.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
gradio>=4.40.0
|
| 4 |
+
huggingface_hub>=0.17.0
|
| 5 |
+
pathlib
|