rowel commited on
Commit
7bde76e
1 Parent(s): ab510a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ pipe = pipeline(task="image-classification",
6
  model="microsoft/beit-base-patch16-224-pt22k-ft22k")
7
  gr.Interface.from_pipeline(pipe,
8
  title="22k Image Classification",
9
- description="Object Recognition using Microsoft BEIT (22k classes)",
10
  examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
11
  article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
12
  ).launch()
 
6
  model="microsoft/beit-base-patch16-224-pt22k-ft22k")
7
  gr.Interface.from_pipeline(pipe,
8
  title="22k Image Classification",
9
+ description="Object Recognition using Microsoft BEIT",
10
  examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
11
  article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
12
  ).launch()