Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.36.1
|
| 2 |
+
onnx==1.16.1
|
| 3 |
+
onnxruntime-gpu==1.18.1
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
numpy
|
| 6 |
+
scipy
|
| 7 |
+
pyyaml
|
| 8 |
+
omegaconf
|
| 9 |
+
safetensors
|
| 10 |
+
huggingface_hub
|