chabab's picture
Upload folder using huggingface_hub
a5f84e5 verified
Raw
History Blame
258 Bytes
#!/home/isc-cha/git/elastic-eck/agentworld-space/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from watchfiles.cli import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli())