merve HF staff commited on
Commit
3586d9f
1 Parent(s): 86f426b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css="style.css") as demo:
185
  ],
186
  queue=False)
187
 
188
- examples = [["/content/baklava.png", "How to make this pastry?"],["/content/bee.png","Describe this image."]]
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