Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,5 @@ import gradio as gr
|
|
3 |
gr.Interface.load(
|
4 |
"huggingface/google/vit-base-patch16-224",
|
5 |
theme="default",
|
6 |
-
examples=[
|
7 |
-
["alligator.jpg"],
|
8 |
-
["laptop.jpg"]
|
9 |
-
],
|
10 |
css=".footer{display:none !important}",
|
11 |
title=None).launch
|
|
|
3 |
gr.Interface.load(
|
4 |
"huggingface/google/vit-base-patch16-224",
|
5 |
theme="default",
|
|
|
|
|
|
|
|
|
6 |
css=".footer{display:none !important}",
|
7 |
title=None).launch
|