sudhir2016 commited on
Commit
5f34c0d
·
1 Parent(s): 321d248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import tensorflow as tf
2
-
3
 
 
1
  import tensorflow as tf
2
+ inception_net = tf.keras.applications.MobileNetV2()
3