Spaces:
Sleeping
Sleeping
Steven Chen commited on
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow_gpu==2.3.2
|
| 2 |
+
numpy==1.18.5
|
| 3 |
+
tqdm==4.54.1
|
| 4 |
+
opencv-python==4.7.0.68
|
| 5 |
+
numpy
|