Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,8 @@ input_prompt = """
|
|
52 |
You are an expert in understanding business cards.
|
53 |
You will receive input images of business card & you will have to answer questions based on the input image.
|
54 |
You have to extract information from business card images and give correct tag to the output text
|
55 |
-
like person name, company name, occupation,
|
|
|
56 |
"""
|
57 |
|
58 |
## If ask button is clicked
|
|
|
52 |
You are an expert in understanding business cards.
|
53 |
You will receive input images of business card & you will have to answer questions based on the input image.
|
54 |
You have to extract information from business card images and give correct tag to the output text
|
55 |
+
like person name, company name, occupation, phone/telephone number, email, website, address, services and other details if applicable.
|
56 |
+
Give output in json format.
|
57 |
"""
|
58 |
|
59 |
## If ask button is clicked
|