Spaces:
Paused
Paused
File size: 231 Bytes
ace2c6a | 1 2 3 4 5 6 7 | #!/Users/mac/Documents/MCH-spaces/machi-know-space/venv/bin/python3.14
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(app())
|