Spaces:
Runtime error
Runtime error
File size: 328 Bytes
48fa639 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
name: clipseg-environment
channels:
- conda-forge
- pytorch
dependencies:
- numpy
- scipy
- matplotlib-base
- pip
- pip:
- --find-links https://download.pytorch.org/whl/torch_stable.html
- torch==1.10.0+cpu
- torchvision==0.11.1+cpu
- opencv-python
- git+https://github.com/openai/CLIP.git
|