Spaces:
Sleeping
Sleeping
ambrosfitz
commited on
Commit
•
5a03cb8
1
Parent(s):
4cc6348
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.7.1
|
2 |
+
networkx==3.1
|
3 |
+
matplotlib==3.7.1
|
4 |
+
spacy==3.7.2
|
5 |
+
pandas==2.0.3
|
6 |
+
numpy==1.24.3
|
7 |
+
en-core-web-sm @ 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
|
8 |
+
transformers==4.34.0
|
9 |
+
torch==2.0.1
|