Phuong Anh commited on
Commit
d6204ee
1 Parent(s): 699f817

Rebuild requirements

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. requirements.txt +7 -5
.DS_Store ADDED
Binary file (6.15 kB). View file
 
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio
2
- opencv-python
3
- anomalib
4
- huggingface_hub
5
- numpy
 
 
 
1
+ gradio==3.30.0
2
+ opencv-python-headless==4.7.0.72 # OpenCV for image processing (headless for better compatibility with Hugging Face)
3
+ numpy==1.23.0
4
+ huggingface-hub==0.14.1 # For downloading models from Hugging Face
5
+ anomalib==0.2.0 # If you're using Anomalib for anomaly detection
6
+ torch==1.13.1 # If your model was trained with PyTorch
7
+ openvino==2022.3.0 # OpenVINO runtime for inference