sudhir2016 commited on
Commit
b29a5e8
·
1 Parent(s): e5676c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import tensorflow as tf
2
- import tensorflow_hub as hub
3
- inception_net = tf.keras.applications.MobileNetV2()
4
 
 
1
+ gr.Interface.load(
2
+ "huggingface/google/vit-base-patch16-224",
3
+ examples=["Banana.jpg"]).launch()
4