Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ demo = gr.ChatInterface(
|
|
| 94 |
fn=model_inference,
|
| 95 |
description="# **Multimodal OCR**",
|
| 96 |
examples=examples,
|
| 97 |
-
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"]),
|
| 98 |
stop_btn="Stop Generation",
|
| 99 |
multimodal=True,
|
| 100 |
cache_examples=False,
|
|
|
|
| 94 |
fn=model_inference,
|
| 95 |
description="# **Multimodal OCR**",
|
| 96 |
examples=examples,
|
| 97 |
+
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
| 98 |
stop_btn="Stop Generation",
|
| 99 |
multimodal=True,
|
| 100 |
cache_examples=False,
|