video-face-swap / roop /typing.py
fountai's picture
feat: test 1
c32b2a4
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]