Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
gradio
|
| 3 |
+
uvicorn
|
| 4 |
+
onnxruntime
|
| 5 |
+
opencv-python-headless
|
| 6 |
+
numpy
|
| 7 |
+
pillow
|
| 8 |
+
jinja2
|
| 9 |
+
python-multipart
|
| 10 |
+
spaces
|