cdnuts commited on
Commit
bf99018
1 Parent(s): 0a34073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ transform = transforms.Compose([
25
  ])
26
 
27
 
28
- with open("tags_8041.json", "r") as file:
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")