Spaces:
Running
Running
Update app.py
Browse files
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 ---
|