roop-unleashed / run.py
basemnassar07's picture
Upload folder using huggingface_hub
9efad20 verified
raw
history blame contribute delete
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()