Spaces:
Runtime error
Runtime error
File size: 169 Bytes
8c0b9ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
name: myenv
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch
- torchvision
- gradio
- transformers
- pillow
- numpy |