Spaces:
Sleeping
Sleeping
| #!/usr/bin/env python3 | |
| """SmolVLA Inspector — thin entry point. | |
| All logic lives in the ``smolvla_inspect`` package. | |
| """ | |
| from smolvla_inspect import main | |
| if __name__ == "__main__": | |
| main() | |