ManishThota commited on
Commit
cc08bf3
1 Parent(s): ae59507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -12
app.py CHANGED
@@ -158,18 +158,6 @@ promt_bus_people = """
158
  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
159
  """
160
 
161
- # promt_video = """
162
- # Annotate this image with this schema:
163
- # {
164
- # “description”: “Is the person standing?”,
165
- # “value”: “standing”,
166
- # },
167
- # {
168
- # “description”: “Is the person's hands free?”,
169
- # “value”: “Hands-Free”,
170
- # },
171
- # 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
172
- # """
173
 
174
  promt_video = """
175
  Annotate this image with this schema:
@@ -181,7 +169,12 @@ Annotate this image with this schema:
181
  “description”: “Is the person's hands free in the image?”,
182
  “value”: “hands-free”,
183
  },
 
 
 
 
184
  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.
 
185
  """
186
 
187
 
 
158
  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
159
  """
160
 
 
 
 
 
 
 
 
 
 
 
 
 
161
 
162
  promt_video = """
163
  Annotate this image with this schema:
 
169
  “description”: “Is the person's hands free in the image?”,
170
  “value”: “hands-free”,
171
  },
172
+ {
173
+ “description”: “Is it indoors?”,
174
+ “value”: “Indoors”
175
+ },
176
  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.
177
+
178
  """
179
 
180