Spaces:
Runtime error
Runtime error
cheetah003
commited on
Commit
•
12e720f
1
Parent(s):
0d45503
add requirements.txt
Browse files- .gitignore +1 -0
- requirements.txt +15 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.idea
|
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
boto3==1.26.94
|
2 |
+
botocore==1.29.94
|
3 |
+
ftfy==6.1.1
|
4 |
+
gradio==3.27.0
|
5 |
+
metrics==0.3.3
|
6 |
+
numpy==1.18.5
|
7 |
+
regex==2020.6.8
|
8 |
+
Requests==2.28.2
|
9 |
+
scikit_learn==0.23.1
|
10 |
+
tensorboardX==2.5
|
11 |
+
tensorboardX==2.6
|
12 |
+
thop==0.0.31.post2005241907
|
13 |
+
torch==1.11.0
|
14 |
+
tqdm==4.47.0
|
15 |
+
transformers==4.6.1
|