Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.3.2
|
2 |
+
numpy==1.23.5
|
3 |
+
tensorflow==2.12.0
|
4 |
+
torch==2.0.1
|
5 |
+
transformers==4.29.2
|
6 |
+
opencv-python==4.7.0.72
|
7 |
+
Pillow==9.5.0
|
8 |
+
requests==2.31.0
|