Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wsj1995
/
facefusion
like
5
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
187b46f
facefusion
/
app.py
wsj1995
feat: 修改运行
187b46f
7 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
#!/usr/bin/env python3
import
os
os.environ[
'SYSTEM_VERSION_COMPAT'
] =
'0'
from
facefusion
import
installer
if
__name__ ==
'__main__'
:
installer.cli()