abidlabs HF staff commited on
Commit
862e266
1 Parent(s): ea76eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,6 +3,6 @@ import gradio as gr
3
  gr.Interface.load(
4
  "huggingface/google/vit-base-patch16-224",
5
  theme="default",
 
6
  css=".footer{display:none !important}",
7
- title=None,
8
- description="Image classification using transformers!").launch()
 
3
  gr.Interface.load(
4
  "huggingface/google/vit-base-patch16-224",
5
  theme="default",
6
+ examples=[["alligator.jpg"], ["laptop.jpg"]]
7
  css=".footer{display:none !important}",
8
+ title=None).launch()