Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -5,5 +5,4 @@ streamlit # For the web application interface
|
|
5 |
opencv-python # For image processing (if used)
|
6 |
numpy # For numerical operations (often used with image data)
|
7 |
Pillow # For image handling
|
8 |
-
huggingface-hub==0.14.0 # Include the Hugging Face Hub library for model downloading
|
9 |
-
smtplib
|
|
|
5 |
opencv-python # For image processing (if used)
|
6 |
numpy # For numerical operations (often used with image data)
|
7 |
Pillow # For image handling
|
8 |
+
huggingface-hub==0.14.0 # Include the Hugging Face Hub library for model downloading
|
|