prithivMLmods commited on
Commit
ddcb40f
·
verified ·
1 Parent(s): 495dbd2

Update app.py

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