Princess3 commited on
Commit
1545de1
1 Parent(s): 2ab54e6

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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 = 'Xml_Data'
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 = 'app/data/'
91
  model = create_model_from_folder(folder_path)
92
 
93
  print(f"Created dynamic PyTorch model with sections: {list(model.sections.keys())}")