Spaces:
Running
Running
File size: 611 Bytes
868e837 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 # optional but same CUDA tag # vision / CAM libs facenet-pytorch==2.5.2 grad-cam==1.4.6 torchcam==0.4.0 captum==0.8.0 ttach==0.0.3 # grad-cam helper # AI-detector deps transformers==4.52.4 timm==1.0.15 huggingface_hub>=0.22 # utils opencv-python-headless==4.7.0.72 mediapipe==0.10.21 Pillow>=10.1 # <── drop the old pin scikit-image==0.25.2 # requires Pillow ≥ 10.1 scikit-learn==1.6.1 matplotlib>=3.8 numpy>=1.26 pandas absl-py==2.3.0 # mediapipe dep # UI gradio==5.23.2 pydantic==2.10.6 wheel |