DeepFakeAI / run.py
Last commit not found
raw
history blame
95 Bytes
#!/usr/bin/env python3
from DeepFakeAI import core
if __name__ == '__main__':
core.run()