merve HF staff commited on
Commit
92bd057
1 Parent(s): 520829e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -272,9 +272,9 @@ with gr.Blocks(title="Kosmos-2", theme=gr.themes.Base()).queue() as demo:
272
  with gr.Row():
273
  with gr.Column():
274
  gr.Examples(examples=[
275
- ["/images/IMG_4509.jpg", "Detailed", None],
276
- ["/images/IMG_4509.jpg", "Brief", None],
277
- ["/images/IMG_4509.jpg", "None", "What is in this image?"],
278
  ], inputs=[image_input, text_input, question])
279
 
280
  gr.Markdown(term_of_use)
 
272
  with gr.Row():
273
  with gr.Column():
274
  gr.Examples(examples=[
275
+ ["./images/IMG_4509.jpg", "Detailed", None],
276
+ ["./images/IMG_4509.jpg", "Brief", None],
277
+ ["./images/IMG_4509.jpg", "None", "What is in this image?"],
278
  ], inputs=[image_input, text_input, question])
279
 
280
  gr.Markdown(term_of_use)