Spaces:
Sleeping
Sleeping
Commit
·
c1bdb46
1
Parent(s):
87e9393
force gradio version 5
Browse files- requirements.txt +26 -27
requirements.txt
CHANGED
@@ -1,29 +1,28 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
wordcloud==1.9.2
|
18 |
Jinja2==3.1.2
|
19 |
-
optimum
|
20 |
-
deep_translator
|
21 |
-
googletrans
|
22 |
-
plotly
|
23 |
-
langchain-openai
|
24 |
-
langchain
|
25 |
-
langchain-community
|
26 |
-
numpy
|
27 |
-
spacy
|
28 |
-
pymorphy2
|
29 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz
|
|
|
1 |
+
gradio>=5.0.0,<6.0.0
|
2 |
+
spaces>=0.19.4
|
3 |
+
pandas
|
4 |
+
transformers>=4.30.0
|
5 |
+
torch
|
6 |
+
tqdm
|
7 |
+
sentencepiece
|
8 |
+
pymystem3
|
9 |
+
openpyxl
|
10 |
+
rapidfuzz
|
11 |
+
matplotlib
|
12 |
+
sacremoses
|
13 |
+
huggingface_hub
|
14 |
+
accelerate>=0.26.0
|
15 |
+
openai
|
16 |
+
wordcloud
|
|
|
17 |
Jinja2==3.1.2
|
18 |
+
optimum
|
19 |
+
deep_translator
|
20 |
+
googletrans
|
21 |
+
plotly
|
22 |
+
langchain-openai
|
23 |
+
langchain
|
24 |
+
langchain-community
|
25 |
+
numpy
|
26 |
+
spacy
|
27 |
+
pymorphy2
|
28 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz
|