Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ pipe = pipeline(task="image-classification",
|
|
6 |
model="microsoft/beit-base-patch16-224-pt22k-ft22k")
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
title="22k Image Classification",
|
9 |
-
description="Object Recognition using Microsoft BEIT
|
10 |
examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
|
11 |
article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
|
12 |
).launch()
|
|
|
6 |
model="microsoft/beit-base-patch16-224-pt22k-ft22k")
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
title="22k Image Classification",
|
9 |
+
description="Object Recognition using Microsoft BEIT",
|
10 |
examples = ['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
|
11 |
article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
|
12 |
).launch()
|