Spaces:
Runtime error
Runtime error
File size: 700 Bytes
9867d34 4ab7964 9867d34 39d60e6 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# Core ML dependencies torch>=2.0.0 torchvision>=0.15.0 torchaudio>=2.0.0 numpy==1.26.4 scipy # Deep Learning frameworks diffusers timm accelerate # Transformers and NLP git+https://github.com/huggingface/[email protected] sentencepiece huggingface_hub # Audio processing git+https://github.com/descriptinc/audiotools # Video/Image processing pillow av einops # Configuration and utilities pyyaml omegaconf easydict loguru tqdm setuptools # Data handling pandas pyarrow # Web interface gradio==3.50.2 # Network urllib3==2.4.0 # Development dependencies (optional) black>=23.0.0 isort>=5.12.0 flake8>=6.0.0 mypy>=1.3.0 pre-commit>=3.0.0 httpx[socks] gradio spaces huggingface_hub |