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