Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,5 @@ gr.Interface.from_pipeline(pipe,
|
|
8 |
title="22k Image Classification",
|
9 |
description="Object Recognition using Microsoft BEIT (22k classes)",
|
10 |
examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
|
|
|
11 |
).launch()
|
|
|
8 |
title="22k Image Classification",
|
9 |
description="Object Recognition using Microsoft BEIT (22k classes)",
|
10 |
examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
|
11 |
+
article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
|
12 |
).launch()
|