TheKnight115 commited on
Commit
ebda6bd
·
verified ·
1 Parent(s): de1b490

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- torch>=1.12.0 # Ensure you're using a compatible version of PyTorch
2
- ultralytics>=8.0.0 # Specify the version of the Ultralytics YOLO library you're using
3
- transformers>=4.31.0 # For Hugging Face model loading (if needed)
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
  verovio
 
1
+ torch
2
+ ultralytics
3
+ transformers
4
+ streamlit
5
+ opencv-python
6
+ numpy
7
+ Pillow
8
+ huggingface-hub
9
  verovio