Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ demo = gr.ChatInterface(
|
|
233 |
likeable=True,
|
234 |
layout="panel",
|
235 |
),
|
236 |
-
description="# OpenGPT 4o \n ### chat, generate images, perform web searches, and Q&A with images
|
237 |
textbox=gr.MultimodalTextbox(),
|
238 |
multimodal=True,
|
239 |
concurrency_limit=200,
|
|
|
233 |
likeable=True,
|
234 |
layout="panel",
|
235 |
),
|
236 |
+
description="# OpenGPT 4o \n ### chat, generate images, perform web searches, and Q&A with images.",
|
237 |
textbox=gr.MultimodalTextbox(),
|
238 |
multimodal=True,
|
239 |
concurrency_limit=200,
|