Abubakar Abid commited on
Commit
fc042cf
1 Parent(s): 6e659f2

Update app.py

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