Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
google-auth>=2.0.0
|
| 4 |
+
google-auth-oauthlib>=1.0.0
|
| 5 |
+
google-api-python-client>=2.0.0
|
| 6 |
+
imageio[ffmpeg]>=2.31.0
|