Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.8.0
|
2 |
+
torchvision==0.9.0
|
3 |
+
ftfy
|
4 |
+
git+https://github.com/matiascodesal/git-for-pip-example.git
|
5 |
+
regex
|
6 |
+
tqdm
|
7 |
+
streamlit
|
8 |
+
pillow
|
9 |
+
pandas
|
10 |
+
spacy
|
11 |
+
tqdm
|
12 |
+
tabulate
|
13 |
+
click==7.1.1
|
14 |
+
gdown
|
15 |
+
wget
|