CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
talhaty
/
Faceswapper
source
Hugging Face
updated 3y ago
View on Hugging Face
31
likes
Like
Save
Clone
overview
files
community
commits
settings
root
run.py
run.py
7 lines
Copy path
Download
Raw
Back to root
1
#!/usr/bin/env python3
2
3
from roop import core
4
5
if __name__ == '__main__':
6
core.run()
7