Spaces:
Runtime error
Runtime error
wendru18
commited on
Commit
·
381932b
1
Parent(s):
3e7095a
added reqs
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.28.1
|
2 |
+
nltk==3.8.1
|
3 |
+
numpy==1.22.0
|
4 |
+
openai==0.27.2
|
5 |
+
pandas==1.4.2
|
6 |
+
requests==2.29.0
|
7 |
+
scikit_learn==1.2.2
|
8 |
+
tensorflow_hub==0.13.0
|
9 |
+
tiktoken==0.3.3
|
10 |
+
youtube_transcript_api==0.6.0
|