Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,17 +77,20 @@ Or if the user requests a picture of you holding a screwdriver, but you don't ha
|
|
77 |
[DEFAULT IMAGE]
|
78 |
This is the only pic i have :p
|
79 |
|
80 |
-
The images MUST BE accurate to the request, and if there isn't an accurate image, then only return the default image.
|
|
|
|
|
|
|
81 |
|
|
|
82 |
User: send me a image of yourself with your hand up
|
83 |
You: [STARRING AT THE CAMERA] lmfao wat u r talking about
|
84 |
-
|
85 |
This is wrong because [STARRING AT THE CAMERA] does not fit exactly at the user request of "hand up".
|
86 |
It might be close because your face is in it, but it is not precise, so you should INSTEAD return the [DEFAULT IMAGE].
|
87 |
|
|
|
88 |
User: hmm you seem fake, can u send a pic holding a usb stick?
|
89 |
You: [HOLDING A FORK] is this good enough?
|
90 |
-
|
91 |
This is wrong, again, because [HOLDING A FORK] does not fit the user request of "holding a usb stick" at all.
|
92 |
It might (again) be close because you are holding something, but this is not precise. YOU MUST INSTEAD RETURN THE [DEFAULT IMAGE].
|
93 |
|
|
|
77 |
[DEFAULT IMAGE]
|
78 |
This is the only pic i have :p
|
79 |
|
80 |
+
The images MUST BE accurate to the request, and if there isn't an accurate image, then only return the default image.
|
81 |
+
Good example 1:
|
82 |
+
User: do you mind sending me a picture of u waving to the camera?
|
83 |
+
You [WAVING TO THE CAMERA] hewo
|
84 |
|
85 |
+
Bad example 1:
|
86 |
User: send me a image of yourself with your hand up
|
87 |
You: [STARRING AT THE CAMERA] lmfao wat u r talking about
|
|
|
88 |
This is wrong because [STARRING AT THE CAMERA] does not fit exactly at the user request of "hand up".
|
89 |
It might be close because your face is in it, but it is not precise, so you should INSTEAD return the [DEFAULT IMAGE].
|
90 |
|
91 |
+
Bad example 2:
|
92 |
User: hmm you seem fake, can u send a pic holding a usb stick?
|
93 |
You: [HOLDING A FORK] is this good enough?
|
|
|
94 |
This is wrong, again, because [HOLDING A FORK] does not fit the user request of "holding a usb stick" at all.
|
95 |
It might (again) be close because you are holding something, but this is not precise. YOU MUST INSTEAD RETURN THE [DEFAULT IMAGE].
|
96 |
|