Spaces:
Runtime error
Runtime error
Commit
·
0b3d8dd
1
Parent(s):
c640705
Update app.py
Browse files
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
|
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 |
|