Update app.py
Browse files
app.py
CHANGED
@@ -702,7 +702,7 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
|
|
702 |
gr.Examples(
|
703 |
examples=[
|
704 |
[
|
705 |
-
"
|
706 |
"Please describe this image in detail.",
|
707 |
256,
|
708 |
512,
|
@@ -712,7 +712,7 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
|
|
712 |
"low_confidence"
|
713 |
],
|
714 |
[
|
715 |
-
"
|
716 |
"Please describe this image in detail.",
|
717 |
256,
|
718 |
512,
|
|
|
702 |
gr.Examples(
|
703 |
examples=[
|
704 |
[
|
705 |
+
"figs/sunflower.jpg",
|
706 |
"Please describe this image in detail.",
|
707 |
256,
|
708 |
512,
|
|
|
712 |
"low_confidence"
|
713 |
],
|
714 |
[
|
715 |
+
"figs/woman.jpg",
|
716 |
"Please describe this image in detail.",
|
717 |
256,
|
718 |
512,
|