Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ transform = transforms.Compose([
|
|
25 |
])
|
26 |
|
27 |
|
28 |
-
with open("
|
29 |
tags = json.load(file)
|
30 |
allowed_tags = sorted(tags)
|
31 |
allowed_tags.insert(0, "placeholder0")
|
|
|
25 |
])
|
26 |
|
27 |
|
28 |
+
with open("tags_8040.json", "r") as file:
|
29 |
tags = json.load(file)
|
30 |
allowed_tags = sorted(tags)
|
31 |
allowed_tags.insert(0, "placeholder0")
|