sudhir2016 commited on
Commit
4d9b7e7
·
1 Parent(s): 5f34c0d

Update app.py

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