diabolic6045 commited on
Commit
def2b7f
·
verified ·
1 Parent(s): ddbf224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -70,9 +70,9 @@ interface = gr.Interface(
70
  inputs=[image_input, task_input, text_input],
71
  outputs=output,
72
  examples=[
73
- ["examples/example_1.jpg", "caption", None],
74
- ["examples/example_2.jpg", "tag", "河津桜、青空"],
75
- ["examples/example_3.jpg", "vqa", "OCRはできますか?"],
76
  ],
77
  )
78
 
 
70
  inputs=[image_input, task_input, text_input],
71
  outputs=output,
72
  examples=[
73
+ ["examples/example_1.jpeg", "caption", None],
74
+ ["examples/example_2.jpg", "tag", "寿司、箸"],
75
+ ["examples/example_3.jpg", "vqa", "この画像を説明する"],
76
  ],
77
  )
78