Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
V0pr0S/FaceFusion-Face-Swap-Hyperswap
xontoloyoo
/
hs
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hs
/
install.py
V0pr0S
Initial commit for FaceFusion-Face-Swap-Hyperswap
74f4dcc
2 months ago
raw
Copy download link
history
blame
contribute
delete
156 Bytes
#!/usr/bin/env python3
import
os
os.environ[
'SYSTEM_VERSION_COMPAT'
] =
'0'
from
facefusion
import
installer
if
__name__ ==
'__main__'
:
installer.cli()