B2BMGMT_roop / .ipynb_checkpoints /run-checkpoint.py
shiveshnavin's picture
init
9d2fc55
raw
history blame contribute delete
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()