Spaces:
Runtime error
Runtime error
Update module_vision.py
Browse files- module_vision.py +0 -5
module_vision.py
CHANGED
|
@@ -27,11 +27,6 @@ with gr.Blocks() as demo:
|
|
| 27 |
description="Chat with text / text+image / text+video.",
|
| 28 |
examples=examples,
|
| 29 |
cache_examples=False,
|
| 30 |
-
textbox=gr.MultimodalTextbox(
|
| 31 |
-
label="Query Input",
|
| 32 |
-
file_types=["image", ".mp4"],
|
| 33 |
-
file_count="multiple"
|
| 34 |
-
),
|
| 35 |
stop_btn="Stop Generation",
|
| 36 |
multimodal=True,
|
| 37 |
type="messages"
|
|
|
|
| 27 |
description="Chat with text / text+image / text+video.",
|
| 28 |
examples=examples,
|
| 29 |
cache_examples=False,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
stop_btn="Stop Generation",
|
| 31 |
multimodal=True,
|
| 32 |
type="messages"
|