multimodalart HF staff commited on
Commit
7e86ef0
1 Parent(s): 433fbb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def extract_info(json_data):
46
 
47
  # Then append all image URLs to the list
48
  for image in model_version["images"]:
 
49
  if image["nsfwLevel"] > 2:
50
  pass #ugly before checking the actual logic
51
  else:
 
46
 
47
  # Then append all image URLs to the list
48
  for image in model_version["images"]:
49
+ print(image)
50
  if image["nsfwLevel"] > 2:
51
  pass #ugly before checking the actual logic
52
  else: