Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SJTU-TES
/
Roop
like
1
Runtime error
App
Files
Files
Community
main
Roop
/
roop
/
typing.py
ubuntu
Initial Commit
46088e2
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
from
typing
import
Any
from
insightface.app.common
import
Face
import
numpy
Face = Face
Frame = numpy.ndarray[
Any
,
Any
]