myDeepFakeAI / run.py
imseldrith's picture
Upload folder using huggingface_hub (#2)
51a2766
raw history blame
No virus
95 Bytes
#!/usr/bin/env python3
from facefusion import core
if __name__ == '__main__':
core.cli()