Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,5 +120,6 @@ gr.Interface(
|
|
120 |
["./birds.png", "a goldfinch"],
|
121 |
["./apples_six.jpg", "a green apple"],
|
122 |
["./wines.jpg", "milk shake"],
|
|
|
123 |
],
|
124 |
).launch()
|
|
|
120 |
["./birds.png", "a goldfinch"],
|
121 |
["./apples_six.jpg", "a green apple"],
|
122 |
["./wines.jpg", "milk shake"],
|
123 |
+
["./pencil_sharpers.jpg", "a blue pencil sharper"],
|
124 |
],
|
125 |
).launch()
|