TotalUpbeat commited on
Commit
f129a50
1 Parent(s): 6bfbecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,5 +12,5 @@ pipe = pipeline(task="image-classification",
12
  gr.Interface.from_pipeline(pipe,
13
  title="22k Image Classification",
14
  description="Object Recognition using Microsoft BEIT",
15
- examples = ['wonder_cat.jpg', 'aki_dog.jpg',],
16
  allow_flagging="never").launch(inbrowser=True)
 
12
  gr.Interface.from_pipeline(pipe,
13
  title="22k Image Classification",
14
  description="Object Recognition using Microsoft BEIT",
15
+ examples = ['Sample_1.jpg', 'Sample_2.jpg',],
16
  allow_flagging="never").launch(inbrowser=True)