Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
moviepy==1.0.3
|
3 |
+
google-auth-oauthlib==1.0.0
|
4 |
+
google-auth-httplib2==0.1.0
|
5 |
+
google-api-python-client==2.86.0
|
6 |
+
Pillow==9.5.0
|
7 |
+
numpy==1.24.3
|
8 |
+
requests==2.31.0
|
9 |
+
python-dotenv==1.0.0
|