Spaces:
Running
Running
| # Gradio Space dependencies. PG-MAP installs from the published PyPI package | |
| # pinned at pgmap-align==1.5.2 so the demo behavior is reproducible. | |
| # gradio itself is installed by the Space SDK per `sdk_version` in README.md. | |
| # We run on Python 3.12 (frontmatter) so gradio's pydub dep finds stdlib audioop. | |
| torch>=2.1.0 | |
| torchvision>=0.16.0 | |
| diffusers>=0.30.0,<0.32.0 | |
| transformers>=4.40.0 | |
| accelerate>=0.30.0 | |
| safetensors>=0.4.0 | |
| open-clip-torch>=2.24.0 | |
| numpy<2.0 | |
| Pillow>=10.0.0 | |
| pgmap-align==1.5.2 | |