shuvom's picture
Upload folder using huggingface_hub
5f5d58c
raw
history blame contribute delete
84 Bytes
import sys
from .cli import main
if __name__ == "__main__":
sys.exit(main())