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