Spaces:
Runtime error
Runtime error
| # ================================================ | |
| # AudioGhost AI - Hugging Face Spaces Requirements | |
| # For ZeroGPU Deployment | |
| # ================================================ | |
| # PyTorch (ZeroGPU provides CUDA runtime) | |
| torch>=2.1.0 | |
| torchaudio>=2.1.0 | |
| # SAM Audio - Install from GitHub | |
| git+https://github.com/facebookresearch/sam-audio.git | |
| # Hugging Face Hub for model access | |
| huggingface_hub>=0.20.0 | |
| # Audio processing | |
| soundfile>=0.12.1 | |
| librosa>=0.10.0 | |
| # Utilities | |
| numpy>=1.24.0 | |