myFaceSwap / run.py
imseldrith's picture
Upload folder using huggingface_hub (#1)
9a60dd2
raw history blame
No virus
89 Bytes
#!/usr/bin/env python3
from roop import core
if __name__ == '__main__':
core.run()