Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
torch>=1.9.0
|
3 |
+
transformers>=4.36.0
|
4 |
+
gliner
|
5 |
+
spacy>=3.4.0
|
6 |
+
pandas
|
7 |
+
numpy
|
8 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|