Spaces:
Running
Running
Use latest model
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from model import ViTUNetColorizer
|
|
20 |
|
21 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
22 |
|
23 |
-
CKPT = "checkpoints/
|
24 |
model = None
|
25 |
if os.path.exists(CKPT):
|
26 |
print(f"Loading model from: {CKPT}")
|
|
|
20 |
|
21 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
22 |
|
23 |
+
CKPT = "checkpoints/checkpoint_epoch_017_20250810_193435.pt"
|
24 |
model = None
|
25 |
if os.path.exists(CKPT):
|
26 |
print(f"Loading model from: {CKPT}")
|