Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,6 @@ with gr.Blocks(css=CSS) as demo:
|
|
106 |
examples=[[{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
|
107 |
[{"text": "Where it is?", "files": ["./hotel.jpg"]}],
|
108 |
[{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]],
|
109 |
-
examples=examples,
|
110 |
textbox=chat_input,
|
111 |
chatbot=chatbot,
|
112 |
fill_height=True,
|
|
|
106 |
examples=[[{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
|
107 |
[{"text": "Where it is?", "files": ["./hotel.jpg"]}],
|
108 |
[{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]],
|
|
|
109 |
textbox=chat_input,
|
110 |
chatbot=chatbot,
|
111 |
fill_height=True,
|