DeepFakeAI / run.py
imseldrith's picture
Upload folder using huggingface_hub (#1)
8eb9491
#!/usr/bin/env python3
from DeepFakeAI import core
if __name__ == '__main__':
core.run()