Update app.py
Browse files
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
|
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.""")
|