nanaj's picture
Upload folder using huggingface_hub (part 3)
aa69dc8 verified
Raw
History Blame Contribute Delete
189 Bytes
#!/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())