Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.104.0
|
| 2 |
+
uvicorn[standard]>=0.24.0
|
| 3 |
+
python-multipart>=0.0.6
|
| 4 |
+
onnxruntime>=1.16.0
|
| 5 |
+
opencv-python-headless>=4.8.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
huggingface-hub>=0.19.0
|
| 8 |
+
websockets>=12.0
|
| 9 |
+
pillow>=10.0.0
|