roop-floyd / run.py
munan2003's picture
Upload folder using huggingface_hub
4f58dfd verified
raw
history blame contribute delete
95 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()