mimo-1.0 / app_minimal.py
minhho's picture
Clean deployment: All fixes without binary files
6f2c7f0
raw
history blame
264 Bytes
"""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"