Fa2 / roop /typing.py
talhaty's picture
deepfake
21f0a5b
raw
history blame contribute delete
No virus
122 Bytes
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]