WitchHuntTV commited on
Commit
0b3d8dd
·
1 Parent(s): c640705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ logging.getLogger('matplotlib').setLevel(logging.WARNING)
16
 
17
  config_path = "configs/config.json"
18
 
19
- model = Svc("logs/44k/G_40000.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000 (1).pt")
20
 
21
 
22
 
 
16
 
17
  config_path = "configs/config.json"
18
 
19
+ model = Svc("logs/44k/G_40000.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000.pt")
20
 
21
 
22