Saint5 commited on
Commit
614d74f
ยท
verified ยท
1 Parent(s): 7608eee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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