Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
185 |
],
|
186 |
queue=False)
|
187 |
|
188 |
-
examples = [["/
|
189 |
gr.Examples(examples=examples, inputs=[image, text_input, chat_inputs])
|
190 |
|
191 |
|
|
|
185 |
],
|
186 |
queue=False)
|
187 |
|
188 |
+
examples = [["./examples/baklava.png", "How to make this pastry?"],["./examples/bee.png","Describe this image."]]
|
189 |
gr.Examples(examples=examples, inputs=[image, text_input, chat_inputs])
|
190 |
|
191 |
|