Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
faiss-cpu==1.7.3
|
7 |
-
requests
|
|
|
1 |
+
!pip install openai==0.27.0
|
2 |
+
!pip install youtube_transcript_api==0.5.0
|
3 |
+
!pip install gradio==3.20.1
|
4 |
+
!pip install python-dotenv==1.0.0
|
5 |
+
!pip install requests==2.28.2
|
|
|
|