Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
title = 'Interactive Demo for Image Classification'
|
5 |
-
des = 'Demo for image classification using
|
6 |
-
article = "<p style='text-align: center'><a href='https://www.linkedin.com/in/oayodeji/'>Space by Wvle</a>"
|
7 |
|
8 |
pipe = pipeline("image-classification")
|
9 |
gr.Interface.from_pipeline(pipe,
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
title = 'Interactive Demo for Image Classification'
|
5 |
+
des = 'Demo for image classification using Vision Transformer built by Google Brain'
|
6 |
+
article = "<p style='text-align: center'><a href='https://www.linkedin.com/in/oayodeji/'>Space by Wvle</a> | <a href='https://arxiv.org/abs/2010.11929'>ViT</a>"
|
7 |
|
8 |
pipe = pipeline("image-classification")
|
9 |
gr.Interface.from_pipeline(pipe,
|