vithacocf commited on
Commit
54f73b8
·
verified ·
1 Parent(s): a7b0c09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Gemini OCR & Analyzer (RAG Enhanced)",
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
  )