Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ def parse_info(image, json_data):
|
|
41 |
boxes_with_labels = []
|
42 |
|
43 |
if not isinstance(json_data, list):
|
44 |
-
logging.error("JSON data is not a list as expected.")
|
45 |
return boxes_with_labels, pd.DataFrame(df_data)
|
46 |
|
47 |
# Iterate over each detected action actions
|
|
|
41 |
boxes_with_labels = []
|
42 |
|
43 |
if not isinstance(json_data, list):
|
|
|
44 |
return boxes_with_labels, pd.DataFrame(df_data)
|
45 |
|
46 |
# Iterate over each detected action actions
|