wvle commited on
Commit
4aee190
·
1 Parent(s): 06761d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,