coco-gelamay commited on
Commit
6cf4a47
1 Parent(s): 19696f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ 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
+ #missing_objects=*missing_objects, sep = ", "
34
  return missing_objects
35
 
36