KingNish commited on
Commit
2832f32
1 Parent(s): 68eb9a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=20,
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",},