Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
117 |
)
|
118 |
|
119 |
examples = [["./bee.jpg", "What is on the flower?"],
|
120 |
-
["./examples/billard1.jpg", "How many red balls are there?"],
|
121 |
["./examples/bowie.jpg", "Who is this?"],
|
122 |
["./examples/emu.jpg", "What animal is this?"],
|
123 |
["./howto.jpg", "What does this image show?"],
|
|
|
117 |
)
|
118 |
|
119 |
examples = [["./bee.jpg", "What is on the flower?"],
|
|
|
120 |
["./examples/bowie.jpg", "Who is this?"],
|
121 |
["./examples/emu.jpg", "What animal is this?"],
|
122 |
["./howto.jpg", "What does this image show?"],
|