arpm01 commited on
Commit
bd7f5be
·
1 Parent(s): d59f46c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,5 +7,4 @@ pipe = pipeline(task="image-classification",
7
  gr.Interface.from_pipeline(pipe,
8
  title="22k Image Classification",
9
  description="Object Recognition using Microsoft BEIT",
10
- examples = ['wonder_cat.jpg', 'aki_dog.jpg',],
11
  allow_flagging="never").launch(inbrowser=True)
 
7
  gr.Interface.from_pipeline(pipe,
8
  title="22k Image Classification",
9
  description="Object Recognition using Microsoft BEIT",
 
10
  allow_flagging="never").launch(inbrowser=True)