wusize commited on
Commit
90172ea
·
verified ·
1 Parent(s): b870dc4

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -278,12 +278,12 @@ with gr.Blocks(css=css) as demo:
278
  label="Multimodal Understanding examples",
279
  examples=[
280
  [
281
- "explain this meme",
282
- "doge.png",
283
  ],
284
  [
285
- "Convert the formula into latex code.",
286
- "equation.png",
287
  ],
288
  ],
289
  inputs=[question_input, image_input],
 
278
  label="Multimodal Understanding examples",
279
  examples=[
280
  [
281
+ "Is the picture taken in winter?",
282
+ "view.jpg",
283
  ],
284
  [
285
+ "Briefly describe the image.",
286
+ "view.jpg",
287
  ],
288
  ],
289
  inputs=[question_input, image_input],