Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
scikit-learn
|
| 7 |
-
pandas
|
| 8 |
-
fastapi>=0.115.2
|
| 9 |
-
uvicorn==0.24.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
tensorflow-cpu
|
| 3 |
+
numpy
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
Pillow
|
| 6 |
+
scikit-learn
|
| 7 |
+
pandas
|
|
|
|
|
|