File size: 264 Bytes
6f2c7f0 |
1 2 3 4 5 6 7 8 |
"""Deprecated bootstrap file.
This file is intentionally neutralized to prevent divergent lazy-install logic
from running in HuggingFace Spaces. Use `app.py` as the single entrypoint.
"""
def NOTE(): # simple no-op placeholder
return "Use app.py entrypoint" |