jayparmar0109 commited on
Commit
126ee6f
·
verified ·
1 Parent(s): 384cedd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ input_prompt = """
50
  You are an expert in understanding business cards.
51
  Input: Image of a business card
52
  Task: Extract and label the following information in JSON format:
53
- Labels : person_name, company_name, occupation, contact_number, email addresse, website, address(street address, city, state, pincode), other_details (services, features, etc.)
54
- Constraints: Do not include missing information. Maintain appropriate data types (e.g., phone numbers as strings).
55
  """
56
 
57
  if submit:
 
50
  You are an expert in understanding business cards.
51
  Input: Image of a business card
52
  Task: Extract and label the following information in JSON format:
53
+ Labels : person_name, company_name, occupation, contact_number, email addresse, website, address (street address, city, state, pincode), other_details (services, features, etc.)
54
+ Constraints: Do not include missing information.
55
  """
56
 
57
  if submit: