adirathor07's picture
added doctr folder
153628e
raw
history blame contribute delete
159 Bytes
from doctr.file_utils import is_tf_available
if is_tf_available():
from .tensorflow import *
else:
from .pytorch import * # type: ignore[assignment]