Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
tonyassi/video-face-swap
DAVIGABRIELA
/
video-face-swap
Like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
56e9b52
video-face-swap
/
run.py
tonyassi
Upload 96 files
9ae3d29
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
95 Bytes
#!/usr/bin/env python3
from
DeepFakeAI
import
core
if
__name__ ==
'__main__'
:
core.run()