ai-bot-test / venv /bin /normalizer
realitisoft's picture
Upload folder using huggingface_hub
c7e8396 verified
raw
history blame contribute delete
248 Bytes
#!/home/jek/ai-bot-test/venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli.cli_detect())