jayparmar0109 commited on
Commit
8dcc082
·
verified ·
1 Parent(s): f60fbd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ st.set_page_config(page_title="Gemini Image Demo")
31
 
32
  st.header("Generative AI : Business Card Reader")
33
  st.caption("""This space is based on Google generative ai API and it uses Gemini pro vision model
34
- to extract text data from business card images. You can use your own images for input
35
  or find sample images in example folder of files section in this space.
36
  You can add input prompt below if you want to get specific imnformation from image.
37
  You can modify this space for other input like invoice.""")
 
31
 
32
  st.header("Generative AI : Business Card Reader")
33
  st.caption("""This space is based on Google generative ai API and it uses Gemini pro vision model
34
+ to extract text from business card images. You can use your own images for input
35
  or find sample images in example folder of files section in this space.
36
  You can add input prompt below if you want to get specific imnformation from image.
37
  You can modify this space for other input like invoice.""")