Update requirements.txt
Browse files- 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)
|