Update app.py
Browse files
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 |
-
["/
|
276 |
-
["/
|
277 |
-
["/
|
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)
|