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