Genzo1010 commited on
Commit
eecd30e
·
verified ·
1 Parent(s): 4a78dfd

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
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__}")