AC2513 commited on
Commit
87e4333
·
1 Parent(s): 0e3bd11

adjusted formats

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ demo = gr.ChatInterface(
174
  type="messages",
175
  chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
176
  textbox=gr.MultimodalTextbox(
177
- file_types=[".mp4", ".jpg", ".png", ".pdf", ".md"], file_count="multiple", autofocus=True
178
  ),
179
  multimodal=True,
180
  additional_inputs=[
 
174
  type="messages",
175
  chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
176
  textbox=gr.MultimodalTextbox(
177
+ file_types=[".mp4", ".jpg", ".png"], file_count="multiple", autofocus=True
178
  ),
179
  multimodal=True,
180
  additional_inputs=[