Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
spacy
|
5 |
-
nltk
|
6 |
-
gensim
|
7 |
-
git+https://github.com/PrithivirajDamodaran/[email protected]
|
|
|
1 |
+
gradio==latest
|
2 |
+
transformers==latest
|
3 |
+
torch==latest
|
4 |
+
spacy==latest
|
5 |
+
nltk==latest
|
6 |
+
gensim==latest
|
7 |
+
git+https://github.com/PrithivirajDamodaran/[email protected]
|