multimodalart HF staff commited on
Commit
b8406cb
1 Parent(s): 4c8c238

Update app.py

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