Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
title = 'Interactive Demo for Image Classification'
|
5 |
des = 'Demo for image classification using image classification pipeline built on ImageNet'
|
6 |
-
article = ''
|
7 |
|
8 |
pipe = pipeline("image-classification")
|
9 |
gr.Interface.from_pipeline(pipe,
|
|
|
3 |
|
4 |
title = 'Interactive Demo for Image Classification'
|
5 |
des = 'Demo for image classification using image classification pipeline built on ImageNet'
|
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,
|