Spaces:
Running
on
Zero
Running
on
Zero
Set autofocus=True
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ demo = gr.ChatInterface(
|
|
322 |
fn=run,
|
323 |
type="messages",
|
324 |
chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
|
325 |
-
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple"),
|
326 |
multimodal=True,
|
327 |
additional_inputs=[
|
328 |
gr.Textbox(label="System Prompt", value="You are a helpful assistant."),
|
|
|
322 |
fn=run,
|
323 |
type="messages",
|
324 |
chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
|
325 |
+
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
|
326 |
multimodal=True,
|
327 |
additional_inputs=[
|
328 |
gr.Textbox(label="System Prompt", value="You are a helpful assistant."),
|