hysts HF staff commited on
Commit
ee32c7c
·
1 Parent(s): 992755f

Set autofocus=True

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