Genzo1010's picture
Create app.py
92e5cc4 verified
raw
history blame
217 Bytes
import tensorflow as tf
import tensorflow_addons as tfa
import doctr
print(f"TensorFlow version: {tf.__version__}")
print(f"TensorFlow Addons version: {tfa.__version__}")
print(f"Doctr version: {doctr.__version__}")