SebastianBodza commited on
Commit
11aa5da
·
verified ·
1 Parent(s): e2da991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from safetensors.torch import load_file
10
 
11
 
12
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
13
- MODEL_REPO = "SebastianBodza/Kartoffelbox-v0.2"
14
- T3_CHECKPOINT_FILE = "t3_final.pt"
15
  print(f"🚀 Running on device: {DEVICE}")
16
 
17
  # --- Global Model Initialization ---
 
10
 
11
 
12
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
13
+ MODEL_REPO = "SebastianBodza/Kartoffelbox-v0.3"
14
+ T3_CHECKPOINT_FILE = "t3_global_step_50.pt"
15
  print(f"🚀 Running on device: {DEVICE}")
16
 
17
  # --- Global Model Initialization ---