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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ import json
5
  from tokenizers import Tokenizer
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 ---
 
5
  from tokenizers import Tokenizer
6
 
7
  # --- 1. Load Custom Model Code ---
8
+ # This dynamically loads your corrected HRM source code.
9
+ # Since the files are in the root, we import directly.
10
  from hrm_act_v1 import HierarchicalReasoningModel_ACTV1
11
 
12
  # --- 2. Load Artifacts ---