ManishThota commited on
Commit
c5ecbbd
1 Parent(s): b50f60b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -128,7 +128,7 @@ promt_bus_people = """
128
  },
129
  {
130
  “description”: “Is there a bike in the image?”,
131
- “value”: “Bike
132
  },
133
 
134
  provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be 0 if it is Flase, else 1 if its is True
@@ -138,12 +138,12 @@ promt_video = """
138
  Annotate this image with this schema:
139
  {
140
  “description”: “Is the person standing?”,
141
- “value”: “Standing
142
  },
143
  {
144
- “description”: “Is the person hands free?”,
145
- “value”: “Hands-Free
146
- }
147
  provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be 0 if it is Flase, else 1 if its is True
148
  """
149
  test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],
 
128
  },
129
  {
130
  “description”: “Is there a bike in the image?”,
131
+ “value”: “Bike”,
132
  },
133
 
134
  provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be 0 if it is Flase, else 1 if its is True
 
138
  Annotate this image with this schema:
139
  {
140
  “description”: “Is the person standing?”,
141
+ “value”: “Standing”,
142
  },
143
  {
144
+ “description”: “Is the person's hands free?”,
145
+ “value”: “Hands-Free”,
146
+ },
147
  provide me the answers as a dictionary with key as the string value of the variable value on top and its value should be 0 if it is Flase, else 1 if its is True
148
  """
149
  test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],