Spaces:
Running
Running
torch>=1.12.0 # Ensure you're using a compatible version of PyTorch | |
ultralytics>=8.0.0 # Specify the version of the Ultralytics YOLO library you're using | |
transformers # For Hugging Face model loading (if needed) | |
streamlit # For the web application interface | |
opencv-python # For image processing (if used) | |
numpy # For numerical operations (often used with image data) | |
Pillow # For image handling | |
huggingface-hub==0.14.0 # Include the Hugging Face Hub library for model downloading | |
verovio | |