gauravml-89 commited on
Commit
b11e968
·
verified ·
1 Parent(s): 1f7c9fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ pipe = pipeline(task="image-classification",
5
  model="google/vit-base-patch16-224")
6
  gr.Interface.from_pipeline(pipe,
7
  title="VIT GOOGLE IMG CLASSIFIER",
8
- description="Object Recognition ...",
9
  examples = ['wonder_cat.jpg',
10
  'aki_dog.jpg',],
11
  ).launch(inbrowser=True)
 
5
  model="google/vit-base-patch16-224")
6
  gr.Interface.from_pipeline(pipe,
7
  title="VIT GOOGLE IMG CLASSIFIER",
8
+ description="Object Recognition ....",
9
  examples = ['wonder_cat.jpg',
10
  'aki_dog.jpg',],
11
  ).launch(inbrowser=True)