From 591ee33bda0ac1634c71d29b9b21355f04b93b00 Mon Sep 17 00:00:00 2001 From: Dustin Briscoe Date: Mon, 3 Mar 2025 21:24:05 -0500 Subject: [PATCH] Update ollama_scshot_annotator.py Just a typo. No biggie. --- ollama_python_lib/ollama_scshot_annotator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()