Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Premo4153
/
Raphtalia
like
13
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Raphtalia
/
install.py
Premo4153
Upload 48 files
1a07caf
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
#!/usr/bin/env python3
import
os
os.environ[
'SYSTEM_VERSION_COMPAT'
] =
'0'
from
facefusion
import
installer
if
__name__ ==
'__main__'
:
installer.cli()