Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banyapon
/
ROOP
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
570065c
ROOP
/
roop
/
typing.py
banyapon
Add main file
22186ec
8 months 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
]