Spaces:
Sleeping
Sleeping
- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
jax[cpu]
|
6 |
-
flax
|
7 |
-
transformers
|
8 |
-
huggingface_hub
|
|
|
1 |
+
gradio==3.33.0 # For building the web interface
|
2 |
+
transformers==4.31.0 # For using Hugging Face models
|
3 |
+
nltk==3.8.1 # For natural language processing tasks (e.g., stopwords)
|
4 |
+
torch==2.1.0 # For running the Hugging Face models (requires PyTorch)
|
|
|
|
|
|
|
|