saritha5 commited on
Commit
3fb521d
·
1 Parent(s): ade5aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if file is None:
51
  else:
52
  image= Image.open(file)
53
  st.image(image,use_column_width = True)
54
- detect_object(file)
55
 
56
 
57
 
 
51
  else:
52
  image= Image.open(file)
53
  st.image(image,use_column_width = True)
54
+ detect_object(file.path)
55
 
56
 
57