mingyuliutw's picture
Super-squash branch 'main' using huggingface_hub
fdafd05
"""Run the agentic prompt upsampling CLI."""
from agentic_upsampling.run import main
if __name__ == "__main__":
raise SystemExit(main())