diabolic6045
commited on
Update app.py
Browse files
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.
|
74 |
-
["examples/example_2.jpg", "tag", "
|
75 |
-
["examples/example_3.jpg", "vqa", "
|
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 |
|