diff --git a/ollama_python_lib/ollama_scshot_annotator.py b/ollama_python_lib/ollama_scshot_annotator.py index d5aa06e..4457121 100644 --- a/ollama_python_lib/ollama_scshot_annotator.py +++ b/ollama_python_lib/ollama_scshot_annotator.py @@ -21,7 +21,7 @@ def load_or_create_dataframe(filename): def get_png_files(folder_path): return glob.glob(f"{folder_path}/*.png") -# get the list of image files in the folder yopu want to process +# get the list of image files in the folder you want to process image_files = get_png_files("./images") image_files.sort()