Face / install.py
Inferencer's picture
Upload 11 files
b1e008c verified
raw
history blame
102 Bytes
#!/usr/bin/env python3
from facefusion import installer
if __name__ == '__main__':
installer.cli()