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