Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BlackBeenie
/
docker-faceswap-sample
like
2
Running
App
Files
Files
Community
1
main
docker-faceswap-sample
/
run.py
BlackBeenie
feat: Add runnable python files
708bd64
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
#!/usr/bin/env python3
from
roop
import
core
if
__name__ ==
'__main__'
:
core.run()