Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio >= 3.45.1
|
2 |
+
tensorflow >= 2.13.0
|
3 |
+
text_hammer >= 0.1.5
|
4 |
+
transformers >= 4.33.3
|
5 |
+
spacy == 3.6.1
|
6 |
+
scikit-learn >= 1.2.2
|
7 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0.tar.gz
|