prithivMLmods commited on
Commit
b625ee3
·
verified ·
1 Parent(s): df7c39c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ examples = [
146
 
147
  demo = gr.ChatInterface(
148
  fn=model_inference,
149
- description="# **Multimodal OCR with `@aya-vision` Feature**",
150
  examples=examples,
151
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
152
  stop_btn="Stop Generation",
 
146
 
147
  demo = gr.ChatInterface(
148
  fn=model_inference,
149
+ description="# **Multimodal OCR** `@aya-vision 'prompt..'`",
150
  examples=examples,
151
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
152
  stop_btn="Stop Generation",