DriverTrac/venv/bin/huggingface-cli
2025-11-28 09:08:33 +05:30

8 lines
255 B
Python
Executable File

#!/home/tech4biz/work/tools/Driver_DSMS_ADAS/venv/bin/python3
import sys
from huggingface_hub.commands.huggingface_cli import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())