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