Update requirements.txt
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
smolagents
|
4 |
-
transformers
|
5 |
-
wikipedia
|
6 |
-
torch
|
7 |
-
accelerate
|
8 |
-
youtube_transcript_api
|
9 |
-
spacy
|
10 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
smolagents
|
4 |
+
transformers
|
5 |
+
wikipedia
|
6 |
+
torch
|
7 |
+
accelerate
|
8 |
+
youtube_transcript_api
|
9 |
+
spacy
|
10 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
11 |
+
pandas
|
12 |
+
numpy
|
13 |
+
scipy
|
14 |
+
sklearn
|