hengjie yang
Initial commit: Voice Clone App with Gradio interface
9580089
raw
history blame contribute delete
268 Bytes
#!/Users/yangdajing/Desktop/voice_clone_app/.venv/bin/python
# -*- 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())