Spaces:
Running
Running
File size: 492 Bytes
3c37707 504a2dc a525f5a 3c37707 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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 |