Spaces:
Runtime error
Runtime error
Commit
·
f83a2f5
1
Parent(s):
f52846d
Upload requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
seaborn
|
4 |
+
transformers
|
5 |
+
numpy
|
6 |
+
scikit-learn
|
7 |
+
gdown
|
8 |
+
tabulate
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
# datasets>=2.14.5
|
20 |
+
# transformers>=4.11.2
|
21 |
+
# huggingface-hub>=0.0.17s
|
22 |
+
# wordcloud>=1.8.1
|
23 |
+
# matplotlib>=3.4.3
|
24 |
+
# google-colab>=1.0.0
|
25 |
+
# datasets
|
26 |
+
# transformers
|
27 |
+
# huggingface-hub
|
28 |
+
# wordcloud
|
29 |
+
# matplotlib
|
30 |
+
# google-colab
|
31 |
+
|