Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -87,7 +87,7 @@ def create_model_from_folder(folder_path: str) -> DynamicModel:
|
|
87 |
return DynamicModel(dict(sections))
|
88 |
|
89 |
def main():
|
90 |
-
folder_path = '
|
91 |
model = create_model_from_folder(folder_path)
|
92 |
|
93 |
print(f"Created dynamic PyTorch model with sections: {list(model.sections.keys())}")
|
|
|
87 |
return DynamicModel(dict(sections))
|
88 |
|
89 |
def main():
|
90 |
+
folder_path = 'data/'
|
91 |
model = create_model_from_folder(folder_path)
|
92 |
|
93 |
print(f"Created dynamic PyTorch model with sections: {list(model.sections.keys())}")
|