DeepLiveCam/modules/typing.py

8 lines
122 B
Python
Raw Normal View History

2024-08-13 10:22:54 +00:00
from typing import Any
from insightface.app.common import Face
import numpy
Face = Face
Frame = numpy.ndarray[Any, Any]