File size: 189 Bytes
aa69dc8 | 1 2 3 4 5 6 7 | #!/workspace/venv/bin/python
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(app())
|
aa69dc8 | 1 2 3 4 5 6 7 | #!/workspace/venv/bin/python
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(app())
|