Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
openai==0.
|
2 |
-
gradio==3.
|
3 |
google-search-results
|
4 |
-
google-api-python-client==2.
|
5 |
wolframalpha
|
6 |
-
langchain==0.0.
|
7 |
requests==2.28.2
|
8 |
git+https://github.com/openai/whisper.git
|
9 |
-
boto3==1.26.
|
10 |
faiss-cpu
|
|
|
1 |
+
openai==0.27.0
|
2 |
+
gradio==3.19.1
|
3 |
google-search-results
|
4 |
+
google-api-python-client==2.80.0
|
5 |
wolframalpha
|
6 |
+
langchain==0.0.98
|
7 |
requests==2.28.2
|
8 |
git+https://github.com/openai/whisper.git
|
9 |
+
boto3==1.26.82
|
10 |
faiss-cpu
|