roopunleashed / run.py
xxx1man1xxx's picture
Upload 63 files
49a5e00 verified
raw
history blame contribute delete
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()