Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.name)
|
55 |
|
56 |
|
57 |
|