Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUpdated back to read image files.
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
|
| 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__":
|