DeepFakeAI-V1 / run.py
imspsycho's picture
Initial upload from Google Colab
63658c8 verified
Raw
History Blame Contribute Delete
95 Bytes
#!/usr/bin/env python3
from DeepFakeAI import core
if __name__ == '__main__':
core.run()