Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ promt_cat_dog = """
|
|
117 |
“description”: “Is there a horse in the image?”,
|
118 |
“value”: “Horse”,
|
119 |
},
|
120 |
-
|
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 |
-
|
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 |
-
|
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],
|