lipsync / venv /bin /normalizer
marcosremar2's picture
Final deployment: working server with model download fix
5fe98b2
raw
history blame contribute delete
352 Bytes
#!/Users/marcos/Documents/projects/parle/avataronly/avatar_v10/avatar2b/backend/servers/allosaurus/lipsync/venv/bin/python3.12
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer.cli.normalizer import cli_detect
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli_detect())