Tarive commited on
Commit
bbd5be6
·
verified ·
1 Parent(s): f04f722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tokenizers import Tokenizer
6
 
7
  # --- 1. Load Custom Model Code ---
8
  # This dynamically loads your corrected HRM source code
9
- from models.hrm.hrm_act_v1 import HierarchicalReasoningModel_ACTV1
10
 
11
  # --- 2. Load Artifacts ---
12
  print("Loading artifacts...")
 
6
 
7
  # --- 1. Load Custom Model Code ---
8
  # This dynamically loads your corrected HRM source code
9
+ from hrm_act_v1 import HierarchicalReasoningModel_ACTV1
10
 
11
  # --- 2. Load Artifacts ---
12
  print("Loading artifacts...")