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...
main
AutoEval
/
doctr
/
models
/
detection
/
predictor
/
__init__.py
adirathor07
added doctr folder
153628e
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
from
doctr.file_utils
import
is_tf_available
if
is_tf_available():
from
.tensorflow
import
*
else
:
from
.pytorch
import
*
# type: ignore[assignment]