Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
|
|
1 |
gradio==4.19.2
|
2 |
pinecone-client==3.1.0
|
3 |
openai==1.13.3
|
4 |
pymongo==4.6.2
|
|
|
|
|
5 |
tensorflow==2.15.0
|
6 |
protobuf==3.20.*
|
7 |
python-dotenv==1.0.0
|
|
|
1 |
+
requests==2.28.1
|
2 |
gradio==4.19.2
|
3 |
pinecone-client==3.1.0
|
4 |
openai==1.13.3
|
5 |
pymongo==4.6.2
|
6 |
+
pandas==2.2.1
|
7 |
+
elevenlabs==1.0.0b1
|
8 |
tensorflow==2.15.0
|
9 |
protobuf==3.20.*
|
10 |
python-dotenv==1.0.0
|