Spaces:
Runtime error
Runtime error
File size: 513 Bytes
d9778ff |
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 33 |
build:
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
- "ninja-build"
python_packages:
- "cmake==3.21.2"
- "torch==1.8.0"
- "torchvision==0.9.0"
- "numpy==1.21.1"
- "ipython==7.21.0"
- "tensorboard==2.6.0"
- "tqdm==4.43.0"
- "torch-optimizer==0.1.0"
- "opencv-python==4.5.3.56"
- "Pillow==8.3.2"
- "matplotlib==3.2.1"
- "scipy==1.7.1"
run:
- pip install dlib
predict: "predict.py:Predictor"
|