Machi-Know-Chat / venv /bin /tiny-agents
Bur3hani's picture
Upload folder using huggingface_hub
ace2c6a verified
Raw
History Blame Contribute Delete
231 Bytes
#!/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())