Spaces:
Sleeping
Sleeping
TheKnight115
commited on
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ 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
|
|
|
|
|
|
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
|
10 |
+
verovio
|