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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def input_image_setup(uploaded_file): # Check if a file has been uploaded
30
  st.set_page_config(page_title="Gemini Image Demo")
31
 
32
  st.header("Generative AI : Business Card Reader")
33
- st.text("""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.
 
30
  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.