AML_UG_ChatBot / .venv /bin /tiny-agents
ConradLinus's picture
Upload folder using huggingface_hub
d631808 verified
raw
history blame contribute delete
284 Bytes
#!/Users/linusmuhirwe/Agentic_AI/agents/1_foundations/.venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(app())