Spaces:
Running
Running
File size: 690 Bytes
f6c8767 |
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 |
# 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 transformers>=4.35.0,<4.50.0 sentencepiece # 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 - update for compatibility gradio>=4.0.0 # Network urllib3>=1.26.0 # Hugging Face integration huggingface_hub>=0.16.0 datasets # Additional dependencies for stability packaging typing-extensions # Optional: reduce memory usage psutil |