Spaces:
Running
on
Zero
Running
on
Zero
adjusted formats
Browse files
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"
|
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=[
|