Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ def run(message: dict, history: list[dict]) -> Iterator[str]:
|
|
250 |
demo = gr.ChatInterface(
|
251 |
fn=run,
|
252 |
type="messages",
|
253 |
-
chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
|
254 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
|
255 |
multimodal=True,
|
256 |
stop_btn=False,
|
|
|
250 |
demo = gr.ChatInterface(
|
251 |
fn=run,
|
252 |
type="messages",
|
253 |
+
chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"], show_label=False),
|
254 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
|
255 |
multimodal=True,
|
256 |
stop_btn=False,
|