Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ demo = gr.ChatInterface(fn=bot_streaming,
|
|
91 |
)
|
92 |
],
|
93 |
cache_examples=False,
|
94 |
-
description="Upload an image, and start chatting about it, or
|
95 |
stop_btn="Stop Generation",
|
96 |
fill_height=True,
|
97 |
multimodal=True)
|
|
|
91 |
)
|
92 |
],
|
93 |
cache_examples=False,
|
94 |
+
description="Upload an image, and start chatting about it, or just enter any text into the prompt to start.",
|
95 |
stop_btn="Stop Generation",
|
96 |
fill_height=True,
|
97 |
multimodal=True)
|