dlcmuz / run.py
Mzphyr's picture
Upload folder using huggingface_hub
5969345 verified
raw
history blame contribute delete
92 Bytes
#!/usr/bin/env python3
from modules import core
if __name__ == '__main__':
core.run()