Spaces:
Runtime error
Runtime error
Abubakar Abid
commited on
Commit
•
0711e1e
1
Parent(s):
acf76ee
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
gr.Interface.load(
|
5 |
"huggingface/google/vit-base-patch16-224",
|
6 |
theme="default",
|
7 |
-
css=".footer {display:none !important}",
|
8 |
title=None,
|
9 |
description="Image classification using transformers!").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
3 |
gr.Interface.load(
|
4 |
"huggingface/google/vit-base-patch16-224",
|
5 |
theme="default",
|
|
|
6 |
title=None,
|
7 |
description="Image classification using transformers!").launch()
|