Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def respond(message, history):
|
|
191 |
demo = gr.ChatInterface(
|
192 |
fn=respond,
|
193 |
chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
|
194 |
-
|
195 |
textbox=gr.MultimodalTextbox(),
|
196 |
multimodal=True,
|
197 |
concurrency_limit=200,
|
|
|
191 |
demo = gr.ChatInterface(
|
192 |
fn=respond,
|
193 |
chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
|
194 |
+
description ="# OpenGPT 4o mini\n ### You can engage in chat, generate images, perform web searches, and Q&A with images.",
|
195 |
textbox=gr.MultimodalTextbox(),
|
196 |
multimodal=True,
|
197 |
concurrency_limit=200,
|