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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ demo = gr.Interface(
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
  )
147
 
 
141
  ],
142
  outputs=gr.JSON(label="Response"),
143
  title="OCR & Analyzer (RAG Enhanced)",
144
+ description="Upload an image + prompt → analyze with RAG store",
145
  flagging_mode="never",
146
  )
147