Skip to content

Commit 0b047e4

Browse files
Merge pull request #283 from anujonthemove/fix-typo
Fixed code typo in README.md
2 parents f6a0ae0 + 181fb5b commit 0b047e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ from rfdetr.util.coco_classes import COCO_CLASSES
120120

121121
model = RFDETRBase()
122122

123-
model = model.optimize_for_inference()
123+
model.optimize_for_inference()
124124

125125
url = "https://media.roboflow.com/notebooks/examples/dog-2.jpeg"
126126

0 commit comments

Comments
 (0)