Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -97,13 +97,11 @@ chat_input = gr.MultimodalTextbox(
|
|
97 |
show_label=False,
|
98 |
|
99 |
)
|
100 |
-
EXAMPLES =
|
101 |
-
[
|
102 |
[{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
|
103 |
[{"text": "Where it is?", "files": ["./hotel.jpg"]}],
|
104 |
[{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]
|
105 |
-
|
106 |
-
)
|
107 |
|
108 |
with gr.Blocks(css=CSS) as demo:
|
109 |
gr.HTML(TITLE)
|
|
|
97 |
show_label=False,
|
98 |
|
99 |
)
|
100 |
+
EXAMPLES = [
|
|
|
101 |
[{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
|
102 |
[{"text": "Where it is?", "files": ["./hotel.jpg"]}],
|
103 |
[{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]
|
104 |
+
]
|
|
|
105 |
|
106 |
with gr.Blocks(css=CSS) as demo:
|
107 |
gr.HTML(TITLE)
|