roop-unleashed / roop /typing.py
basemnassar07's picture
Upload folder using huggingface_hub
9efad20 verified
raw
history blame contribute delete
173 Bytes
from typing import Any
from insightface.app.common import Face
from roop.FaceSet import FaceSet
import numpy
Face = Face
FaceSet = FaceSet
Frame = numpy.ndarray[Any, Any]