Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,8 +1,16 @@
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
gradio
|
3 |
pandas
|
|
|
|
|
4 |
openpyxl
|
|
|
|
|
5 |
spacy
|
6 |
transformers
|
7 |
torch
|
8 |
-
nltk
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
# huggingface_hub==0.22.2
|
3 |
huggingface_hub
|
4 |
gradio
|
5 |
pandas
|
6 |
+
|
7 |
+
# Excel support
|
8 |
openpyxl
|
9 |
+
|
10 |
+
# NLP libraries
|
11 |
spacy
|
12 |
transformers
|
13 |
torch
|
14 |
+
nltk
|
15 |
+
|
16 |
+
# Add any additional dependencies below
|