Skip to content
Snippets Groups Projects
Commit 18b9c058 authored by Krishna Oli's avatar Krishna Oli
Browse files

Update model.py

parent 2b5bdd1b
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,6 @@ def process_folder(folder_path):
# Main entry point
if __name__ == "__main__":
folder_path = "/home/jvaldes/Desktop/krishna-thesis/thesiscodeimplementation/data" # Replace with your folder path
folder_path = "/data" # Replace with your folder path
process_folder(folder_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment