Merge pull request #4 from HeAndres/main

Fix typo on readme: utils.jpeg -> utils.py
This commit is contained in:
zrguo 2024-10-13 08:32:38 +08:00 committed by GitHub
commit b6020b6521
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