Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ALSv/video-face-swap
Jupy
/
video-face-swap
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c32b2a4
video-face-swap
/
roop
/
typing.py
fountai
feat: test 1
c32b2a4
over 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
import
numpy
Face = Face
Frame = numpy.ndarray[
Any
,
Any
]