mreidy3 commited on
Commit
f4452a9
·
verified ·
1 Parent(s): 3c44727

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
1
+ huggingface_hub==0.25.2
2
+ gradio>=3.0.0 # Gradio for the web interface
3
+ transformers>=4.0.0 # Hugging Face's Transformers library for model inference
4
+ torch>=1.10.0 # PyTorch for model processing
5
+ numpy>=1.21.0 # NumPy for array manipulation (used for the sigmoid and Platt scaling)