myDeepFakeAI / install.py
imseldrith's picture
Upload folder using huggingface_hub (#1)
21dcd64
raw
history blame
No virus
102 Bytes
#!/usr/bin/env python3
from DeepFakeAI import installer
if __name__ == '__main__':
installer.cli()