Spaces:
Runtime error
Runtime error
Abubakar Abid
commited on
Commit
•
fc042cf
1
Parent(s):
6e659f2
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load(
|
|
|
|
|
|
|
|
|
|
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()
|