aliabd HF Staff commited on
Commit
4c71b23
·
verified ·
1 Parent(s): edf9e85

Update app.py

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