Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,10 +191,10 @@ def respond(message, history):
|
|
191 |
demo = gr.ChatInterface(
|
192 |
fn=respond,
|
193 |
chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
|
194 |
-
title="OpenGPT 4o mini",
|
195 |
textbox=gr.MultimodalTextbox(),
|
196 |
multimodal=True,
|
197 |
-
concurrency_limit=
|
198 |
examples=[
|
199 |
{"text": "Hy, who are you?",},
|
200 |
{"text": "What's the current price of Bitcoin",},
|
|
|
191 |
demo = gr.ChatInterface(
|
192 |
fn=respond,
|
193 |
chatbot=gr.Chatbot(show_copy_button=True, likeable=True, layout="panel"),
|
194 |
+
title="# 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,
|
198 |
examples=[
|
199 |
{"text": "Hy, who are you?",},
|
200 |
{"text": "What's the current price of Bitcoin",},
|