Create requirements.txt
Browse filesadded all the dependencies
- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow
|
| 2 |
+
cv2
|
| 3 |
+
matplotlib
|
| 4 |
+
numpy
|
| 5 |
+
huggingface_hub
|
| 6 |
+
gradio
|