Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.44.1
|
2 |
+
opencv-python
|
3 |
+
einops
|
4 |
+
decord
|
5 |
+
imageio
|
6 |
+
tensorflow
|