Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -162,8 +162,8 @@ with gr.Blocks() as demo:
|
|
162 |
clear_button.click(lambda: ([], None), outputs=[chatbot, image], queue=False)
|
163 |
|
164 |
examples = [
|
165 |
-
["./examples/bodybuilder.
|
166 |
-
["./examples/gym.
|
167 |
]
|
168 |
gr.Examples(examples=examples, inputs=[image, text_input])
|
169 |
|
|
|
162 |
clear_button.click(lambda: ([], None), outputs=[chatbot, image], queue=False)
|
163 |
|
164 |
examples = [
|
165 |
+
["./examples/bodybuilder.jpeg", "What do you think of this physique?"],
|
166 |
+
["./examples/gym.jpeg", "How can I improve my workout routine?"]
|
167 |
]
|
168 |
gr.Examples(examples=examples, inputs=[image, text_input])
|
169 |
|