Fix typo on readme: utils.jpeg -> utils.py

This commit is contained in:
HeAndres 2024-10-13 01:31:37 +02:00 committed by GitHub
parent a115b4b8ce
commit 622ffd9e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -297,7 +297,7 @@ def extract_queries(file_path):
│ ├── operate.py
│ ├── prompt.py
│ ├── storage.py
│ └── utils.jpeg
│ └── utils.py
├── reproduce
│ ├── Step_0.py
│ ├── Step_1.py