jayparmar0109 commited on
Commit
c7c32d7
·
verified ·
1 Parent(s): dff52a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ submit=st.button("Submit")
51
  input_prompt = """
52
  Input: Image of a business card
53
  Task: Extract and label the following information in JSON format:
54
- Labels : person_name, company_name, occupation, contact_details (list containing phone numbers, email addresses, website), address, other_details (dictionary for any additional information)
55
  Constraints: Do not include missing information. Maintain appropriate data types (e.g., phone numbers as strings).
56
  """
57
 
 
51
  input_prompt = """
52
  Input: Image of a business card
53
  Task: Extract and label the following information in JSON format:
54
+ Labels : person_name, company_name, occupation, contact_numbers, email addresses, website, address, other_details (services, features)
55
  Constraints: Do not include missing information. Maintain appropriate data types (e.g., phone numbers as strings).
56
  """
57