Spaces:
Running
Running
Commit
•
b8406cb
1
Parent(s):
4c8c238
Update app.py
Browse files
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:
|