Skip to content

Commit 8ad8cc8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1ba4fe1 commit 8ad8cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computer_vision/vision_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def classify_image(image: Image.Image) -> str:
4242
def demo(url: str = None) -> None:
4343
"""
4444
Run a demo using a sample image or provided URL.
45-
45+
4646
Args:
4747
url (str): URL of the image. If None, uses a default cat image.
4848
"""

0 commit comments

Comments
 (0)