Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -67,7 +67,7 @@ def create_model_from_folder(folder_path: str) -> DynamicModel:
|
|
67 |
return DynamicModel(sections)
|
68 |
|
69 |
def main():
|
70 |
-
folder_path = '
|
71 |
model = create_model_from_folder(folder_path)
|
72 |
|
73 |
print(f"Created dynamic PyTorch model with sections: {list(model.sections.keys())}")
|
|
|
67 |
return DynamicModel(sections)
|
68 |
|
69 |
def main():
|
70 |
+
folder_path = 'app/data'
|
71 |
model = create_model_from_folder(folder_path)
|
72 |
|
73 |
print(f"Created dynamic PyTorch model with sections: {list(model.sections.keys())}")
|