Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ollama_python_lib/ollama_scshot_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down