ARtOrias11 commited on
Commit
8d9e495
·
verified ·
1 Parent(s): 14b2196

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,5 +1,3 @@
1
- transformers==4.33.0 # Ensure compatibility with the NER pipeline
2
- gradio==3.39.0 # For building the web interface
3
- torch>=1.9.0 # Required for transformer models
4
- numpy>=1.21.0 # For numerical operations
5
- pandas>=1.3.0 # For data processing
 
1
+ transformers==4.33.0
2
+ gradio==3.39.0
3
+ torch>=1.9.0