nanaj's picture
Upload folder using huggingface_hub
5e296ef verified
Raw
History Blame Contribute Delete
177 Bytes
#!/usr/bin/env python
"""Minimal setup.py for backward compatibility with legacy pip install workflows."""
from setuptools import setup
if __name__ == "__main__":
setup()