whan12 commited on
Commit
1249fdd
Β·
verified Β·
1 Parent(s): 142792f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.jpg", "What do you think of this physique?"],
166
- ["./examples/gym.jpg", "How can I improve my workout routine?"]
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