aliabd HF Staff commited on
Commit
edf9e85
·
verified ·
1 Parent(s): 7953be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
 
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()
 
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()