Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelj
/
facefusionapi
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8c9e7c2
facefusionapi
/
install.py
michaelj
Upload folder using huggingface_hub
8fb085a
about 1 year ago
raw
Copy download link
history
blame
Safe
102 Bytes
#!/usr/bin/env python3
from
facefusion
import
installer
if
__name__ ==
'__main__'
:
installer.cli()