LeeNight commited on
Commit
9746cf0
1 Parent(s): dca9f1c

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_66400.pth", "configs/config_1681617113595.json", cluster_model_path="hubert/kmeans_10000.pt")
20
 
21
 
22
 
 
16
 
17
  config_path = "configs/config.json"
18
 
19
+ model = Svc("logs/44k/G_120000.pth", "configs/config_1681617113595.json", cluster_model_path="hubert/kmeans_10000.pt")
20
 
21
 
22