Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ demo = gr.Interface(
|
|
| 140 |
gr.Textbox(lines=5, placeholder="Enter your prompt here...", label="Prompt"),
|
| 141 |
],
|
| 142 |
outputs=gr.JSON(label="Response"),
|
| 143 |
-
title="
|
| 144 |
description="Upload an image + prompt → analyze using Gemini 2.5 with RAG store",
|
| 145 |
flagging_mode="never",
|
| 146 |
)
|
|
|
|
| 140 |
gr.Textbox(lines=5, placeholder="Enter your prompt here...", label="Prompt"),
|
| 141 |
],
|
| 142 |
outputs=gr.JSON(label="Response"),
|
| 143 |
+
title="OCR & Analyzer (RAG Enhanced)",
|
| 144 |
description="Upload an image + prompt → analyze using Gemini 2.5 with RAG store",
|
| 145 |
flagging_mode="never",
|
| 146 |
)
|