madankn79 commited on
Commit
66c47f0
·
1 Parent(s): e4f016c
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
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)
 
 
1
+ gradio
2
+ transformers
3
+ torch
4
+ nltk
5
+ numpy<2