rowel commited on
Commit
8bfaa9e
1 Parent(s): a294d9c
Files changed (1) hide show
  1. app.py +1 -1
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()