Anonymous Authors commited on
Commit
1b3b48e
·
1 Parent(s): a3da3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from PIL import Image
5
 
6
  clusters_12 = json.load(open("clusters/id_all_blip_clusters_12.json"))
7
- clusters_24 = json.load(open("clusters/id_all_blip_clusters_12.json"))
8
  clusters_48 = json.load(open("clusters/id_all_blip_clusters_48.json"))
9
 
10
  clusters_by_size = {
 
4
  from PIL import Image
5
 
6
  clusters_12 = json.load(open("clusters/id_all_blip_clusters_12.json"))
7
+ clusters_24 = json.load(open("clusters/id_all_blip_clusters_24.json"))
8
  clusters_48 = json.load(open("clusters/id_all_blip_clusters_48.json"))
9
 
10
  clusters_by_size = {