vithacocf commited on
Commit
26ab3f9
·
verified ·
1 Parent(s): 19e65d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ demo = gr.Interface(
109
  gr.Textbox(lines=5, placeholder="Enter your prompt here...", label="Prompt"),
110
  ],
111
  outputs=gr.JSON(label="Response"),
112
- title="Gemini OCR API",
113
  description="Upload image + prompt to get JSON response",
114
  flagging_mode="never",
115
  )
 
109
  gr.Textbox(lines=5, placeholder="Enter your prompt here...", label="Prompt"),
110
  ],
111
  outputs=gr.JSON(label="Response"),
112
+ title="OCR API- Sample",
113
  description="Upload image + prompt to get JSON response",
114
  flagging_mode="never",
115
  )