osanseviero commited on
Commit
8382480
·
verified ·
1 Parent(s): f77ed0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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