dungmai's picture
Upload folder using huggingface_hub
8a6cf24 verified
raw
history blame contribute delete
100 Bytes
import sys
from .cli import _main as main
if __name__ == "__main__":
sys.exit(main())