Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
openai==0.27.7
|
2 |
-
pinecone
|
3 |
-
gradio
|
|
|
4 |
pandas
|
|
|
1 |
openai==0.27.7
|
2 |
+
pinecone==4.0.0
|
3 |
+
gradio==4.39.0
|
4 |
+
gradio_client==1.1.1
|
5 |
pandas
|