ManishThota commited on
Commit
82a5278
1 Parent(s): 0e737a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -117,7 +117,7 @@ promt_cat_dog = """
117
  “description”: “Is there a horse in the image?”,
118
  “value”: “Horse”,
119
  },
120
- provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
121
  """
122
  promt_bus_people = """
123
  Annotate this image with this schema:
@@ -129,7 +129,7 @@ promt_bus_people = """
129
  “description”: “Is there a bike in the image?”,
130
  “value”: “Bike”,
131
  },
132
- provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
133
  """
134
 
135
  promt_video = """
@@ -142,7 +142,7 @@ promt_video = """
142
  “description”: “Is the person's hands free?”,
143
  “value”: “Hands-Free”,
144
  },
145
- provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
146
  """
147
  test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],
148
  [None,"Images/bus_people.jpeg", promt_bus_people],
 
117
  “description”: “Is there a horse in the image?”,
118
  “value”: “Horse”,
119
  },
120
+ provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
121
  """
122
  promt_bus_people = """
123
  Annotate this image with this schema:
 
129
  “description”: “Is there a bike in the image?”,
130
  “value”: “Bike”,
131
  },
132
+ provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
133
  """
134
 
135
  promt_video = """
 
142
  “description”: “Is the person's hands free?”,
143
  “value”: “Hands-Free”,
144
  },
145
+ provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be boolean value
146
  """
147
  test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],
148
  [None,"Images/bus_people.jpeg", promt_bus_people],