Spaces:
Running on Zero
Running on Zero
| """Lazy-download helper. Delegates to upstream `scripts.download_model_data`.""" | |
| from __future__ import annotations | |
| from pipelines._runner import ensure_weights # re-export | |
| __all__ = ["ensure_weights"] | |