GraphShieldMistral / .venv /bin /huggingface-cli
AXONVERTEX-AI-RESEARCH's picture
Publish GraphShieldMistral interactive explorer
8ddc930 verified
Raw
History Blame Contribute Delete
241 Bytes
#!/Users/rentorzo/axonvertexstorage/graphshield-mistral-space/.venv/bin/python
import sys
from huggingface_hub.cli.deprecated_cli import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())