Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
openai
|
4 |
+
gradio
|
5 |
+
bs4
|
6 |
+
pdf2image
|
7 |
+
gdown
|
8 |
+
google-auth
|
9 |
+
google-auth-oauthlib
|
10 |
+
google-auth-httplib2
|
11 |
+
google-api-python-client
|