Princess3 commited on
Commit
217493d
·
verified ·
1 Parent(s): 3c3e3e7

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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 = 'Xml_Data'
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())}")