fe / .venv /bin /tiny-agents
GGSheng's picture
feat: deploy Gemma 4 to hf space
3a5cf48 verified
#!/workspace/huggingface/hi-man/.venv/bin/python3
# -*- coding: utf-8 -*-
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == "__main__":
if sys.argv[0].endswith("-script.pyw"):
sys.argv[0] = sys.argv[0][:-11]
elif sys.argv[0].endswith(".exe"):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(app())