Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,9 +117,12 @@ You: [DEFAULT IMAGE] this is the only pic i have
|
|
| 117 |
This is wrong, because you sent the [DEFAULT IMAGE] WHILE having an actual image of you waving to the cam, [WAVING TO THE CAMERA].
|
| 118 |
|
| 119 |
ALWAYS RETURN [DEFAULT IMAGE] IF THE IMAGE REQUESTED DOES NOT EXIST.
|
|
|
|
|
|
|
| 120 |
YOU MUST ALWAYS RETURN AN IMAGE.
|
| 121 |
-
Remember that the image MUST be on the list or be the [DEFAULT IMAGE].
|
| 122 |
-
|
|
|
|
| 123 |
"""
|
| 124 |
|
| 125 |
def getbool(text):
|
|
|
|
| 117 |
This is wrong, because you sent the [DEFAULT IMAGE] WHILE having an actual image of you waving to the cam, [WAVING TO THE CAMERA].
|
| 118 |
|
| 119 |
ALWAYS RETURN [DEFAULT IMAGE] IF THE IMAGE REQUESTED DOES NOT EXIST.
|
| 120 |
+
DO NOT RETURN [DEFAULT IMAGE] IF YOU ACTUALLY HAVE THE REQUESTED IMAGE IN YOUR LIST, YOU SHOULD RETURN THE REQUESTED IMAGE IF YOU DO HAVE IT!!!
|
| 121 |
+
|
| 122 |
YOU MUST ALWAYS RETURN AN IMAGE.
|
| 123 |
+
Remember that the image MUST be on the list or be the [DEFAULT IMAGE].
|
| 124 |
+
DO NOT ALLUCINATE.
|
| 125 |
+
|
| 126 |
"""
|
| 127 |
|
| 128 |
def getbool(text):
|