Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def predict_on_image(image, conf_threshold):
|
|
115 |
return image, return_string
|
116 |
|
117 |
# If all target items are present
|
118 |
-
return_string = f"+1 Point!๐ช Found the following items: {sorted(detected_items)}, thank you for cleaning up the area
|
119 |
print(return_string)
|
120 |
return image, return_string
|
121 |
|
|
|
115 |
return image, return_string
|
116 |
|
117 |
# If all target items are present
|
118 |
+
return_string = f"+1 Point!๐ช Found the following items: {sorted(detected_items)}, thank you for cleaning up the area!๐๐ฝ๐"
|
119 |
print(return_string)
|
120 |
return image, return_string
|
121 |
|