Spaces:
Sleeping
Sleeping
Rename requirements.txt.txt to requirements.txt
Browse files- requirements.txt +12 -0
- requirements.txt.txt +0 -9
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
transformers
|
6 |
+
gradio
|
7 |
+
pandas
|
8 |
+
numpy
|
9 |
+
openpyxl
|
10 |
+
markdown
|
11 |
+
scikit-learn
|
12 |
+
sentencepiece
|
requirements.txt.txt
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
gradio>=3.50.0
|
2 |
-
torch>=1.9.0
|
3 |
-
transformers>=4.30.0
|
4 |
-
pandas>=1.3.0
|
5 |
-
numpy>=1.21.0
|
6 |
-
openpyxl>=3.0.9
|
7 |
-
markdown>=3.3.4
|
8 |
-
scikit-learn>=0.24.2
|
9 |
-
sentencepiece>=0.1.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|