update examples
Browse files- app.py +1 -1
- tests/examples/ingredients.png +3 -0
app.py
CHANGED
|
@@ -208,7 +208,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 208 |
gr.Examples(
|
| 209 |
examples=[
|
| 210 |
# CV
|
| 211 |
-
"
|
| 212 |
"Extract the text from the image: ./tests/examples/handwritten-note.jpg",
|
| 213 |
"Select images of dog from the list: [./tests/examples/animal-1.jpg, ./tests/examples/animal-2.jpg, ./tests/examples/animal-3.jpg]",
|
| 214 |
"Remove the background of the image: ./tests/examples/wedding.png",
|
|
|
|
| 208 |
gr.Examples(
|
| 209 |
examples=[
|
| 210 |
# CV
|
| 211 |
+
"What can I make with these ingredients? ./tests/examples/ingredients.png",
|
| 212 |
"Extract the text from the image: ./tests/examples/handwritten-note.jpg",
|
| 213 |
"Select images of dog from the list: [./tests/examples/animal-1.jpg, ./tests/examples/animal-2.jpg, ./tests/examples/animal-3.jpg]",
|
| 214 |
"Remove the background of the image: ./tests/examples/wedding.png",
|
tests/examples/ingredients.png
ADDED
|
Git LFS Details
|