coco-gelamay commited on
Commit
6ce21cb
·
1 Parent(s): 5828d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ def object_classify(img1,img2):
30
 
31
  #gets the uncommon elements from the 2 lists
32
  missing_objects= list(set(objects_1)-set(objects_2))
33
- missing_objects= *missing_objects, sep = ", "
34
  return missing_objects
35
 
36
 
 
30
 
31
  #gets the uncommon elements from the 2 lists
32
  missing_objects= list(set(objects_1)-set(objects_2))
 
33
  return missing_objects
34
 
35