roop-unleashed / run.py
cedrus
Initial commit
dc0f000
Raw
History Blame Contribute Delete
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()