Spaces:
Build error
Build error
| # Core AI packages (compatible with PyTorch 2.0.1 CPU) | |
| torch==2.0.1 | |
| torchvision==0.15.2 | |
| torchaudio==2.0.2 | |
| # For MuseTalk | |
| diffusers==0.30.2 | |
| accelerate==0.28.0 | |
| transformers==4.39.2 | |
| huggingface_hub==0.30.2 | |
| einops==0.8.1 | |
| omegaconf==2.3.0 | |
| # For audio processing | |
| librosa==0.11.0 | |
| soundfile==0.12.1 | |
| # For video/image processing | |
| opencv-python==4.9.0.80 | |
| ffmpeg-python==0.2.0 | |
| moviepy==1.0.3 | |
| imageio[ffmpeg] | |
| # For gradio demo | |
| gradio==3.41.2 | |
| # TensorFlow for Whisper support (CPU only, avoid M1 GPU issues) | |
| tensorflow==2.11.0 | |
| tensorboard==2.11.0 | |
| # Pose-related tools (mmpose and dependencies installed manually) | |
| # DO NOT install mmcv/mmdet here; install them manually with the right version! | |
| # mmcv and mmdet should match build and platform | |
| # Utilities | |
| gdown | |
| requests |