Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(fill_height=True, ) as demo:
|
|
97 |
{"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
|
98 |
{"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
|
99 |
],
|
100 |
-
description="Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error.
|
101 |
stop_btn="Stop Generation",
|
102 |
multimodal=True,
|
103 |
textbox=chat_input,
|
|
|
97 |
{"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
|
98 |
{"text": "I want to find a seat close to windows, where can I sit?", "files": ["./office1.jpg"]},
|
99 |
],
|
100 |
+
description="Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error.",
|
101 |
stop_btn="Stop Generation",
|
102 |
multimodal=True,
|
103 |
textbox=chat_input,
|