ashutoshzade commited on
Commit
60f20fa
1 Parent(s): ab73ef2

Update app.py

Browse files

Updated back to read image files.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
  gr.Markdown("# 🔍 Xray with your recent transitions")
49
  response = gr.Textbox(lines=5, label="Response")
50
  chat = gr.MultimodalTextbox(file_types=["image"], interactive=True,
51
- show_label=False, placeholder="Upload a document image by blicking '+' and ask a question about your records.")
52
  chat.submit(chat_fn, inputs=chat, outputs=response)
53
 
54
  if __name__ == "__main__":
 
48
  gr.Markdown("# 🔍 Xray with your recent transitions")
49
  response = gr.Textbox(lines=5, label="Response")
50
  chat = gr.MultimodalTextbox(file_types=["image"], interactive=True,
51
+ show_label=False, placeholder="Upload a document image by clicking '+' and ask a question about your records.")
52
  chat.submit(chat_fn, inputs=chat, outputs=response)
53
 
54
  if __name__ == "__main__":