Spaces:
Running on Zero
Running on Zero
File size: 205 Bytes
ab1db83 | 1 2 3 4 5 6 7 | """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"]
|