Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ pipe = pipeline(task="image-classification",
|
|
10 |
gr.Interface.from_pipeline(pipe,
|
11 |
title=title,
|
12 |
description=description,
|
13 |
-
examples=['coca_cola_advertisement.png', 'scientific_publication.png',],
|
14 |
article=article,
|
15 |
enable_queue=True,
|
16 |
).launch()
|
|
|
10 |
gr.Interface.from_pipeline(pipe,
|
11 |
title=title,
|
12 |
description=description,
|
13 |
+
examples=['coca_cola_advertisement.png', 'scientific_publication.png', 'letter.jpeg'],
|
14 |
article=article,
|
15 |
enable_queue=True,
|
16 |
).launch()
|