Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,3 +6,4 @@ 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
|
|
|
|
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
|