Genzo1010 commited on
Commit
92e5cc4
·
verified ·
1 Parent(s): 8905cf1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import tensorflow as tf
2
+ import tensorflow_addons as tfa
3
+ import doctr
4
+
5
+ print(f"TensorFlow version: {tf.__version__}")
6
+ print(f"TensorFlow Addons version: {tfa.__version__}")
7
+ print(f"Doctr version: {doctr.__version__}")