Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adirathor07
/
AutoEval
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15a829e
AutoEval
/
doctr
/
io
/
image
/
__init__.py
adirathor07
added doctr folder
153628e
9 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
from
doctr.file_utils
import
is_tf_available, is_torch_available
from
.base
import
*
if
is_tf_available():
from
.tensorflow
import
*
elif
is_torch_available():
from
.pytorch
import
*