Spaces:
Runtime error
Runtime error
2line ex
Browse files
app.py
CHANGED
@@ -6,6 +6,6 @@ vision_classifier = pipeline(task="image-classification",
|
|
6 |
iface = gr.Interface.from_pipeline(vision_classifier,
|
7 |
title="2-line Object Recognition using HF Pipeline",
|
8 |
description="Demonstrates how to use a pipeline and model hub.",
|
9 |
-
examples=['data/wonder_cat.jpg', 'data/aki_dog.jpg',]
|
10 |
article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
|
11 |
).launch()
|
|
|
6 |
iface = gr.Interface.from_pipeline(vision_classifier,
|
7 |
title="2-line Object Recognition using HF Pipeline",
|
8 |
description="Demonstrates how to use a pipeline and model hub.",
|
9 |
+
examples=['data/wonder_cat.jpg', 'data/aki_dog.jpg',],
|
10 |
article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
|
11 |
).launch()
|