Spaces:
Runtime error
Runtime error
QuophyDzifa
commited on
Commit
•
d1d6c37
1
Parent(s):
e8af0ac
add
Browse files- requirements.txt +37 -0
requirements.txt
CHANGED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.28.0
|
2 |
+
transformers==4.28.1
|
3 |
+
numpy==1.23.5
|
4 |
+
scikit-learn==1.3.0
|
5 |
+
torch
|
6 |
+
scipy==1.10.1
|
7 |
+
black
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
# gradio
|
16 |
+
# pandas
|
17 |
+
# transformers
|
18 |
+
# numpy
|
19 |
+
# scikit-learn
|
20 |
+
# gdown
|
21 |
+
# torch
|
22 |
+
# scipy
|
23 |
+
|
24 |
+
# tabulate
|
25 |
+
# seaborn
|
26 |
+
# datasets>=2.14.5
|
27 |
+
# transformers>=4.11.2
|
28 |
+
# huggingface-hub>=0.0.17s
|
29 |
+
# wordcloud>=1.8.1
|
30 |
+
# matplotlib>=3.4.3
|
31 |
+
# google-colab>=1.0.0
|
32 |
+
# datasets
|
33 |
+
# transformers
|
34 |
+
# huggingface-hub
|
35 |
+
# wordcloud
|
36 |
+
# matplotlib
|
37 |
+
# google-colab
|