Skip to content

Commit 9f6ccec

Browse files
committed
finished notebook
1 parent 48976d0 commit 9f6ccec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/integrations/yolo/import_yolo_annotations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"outputs": [],
5252
"source": [
5353
"%pip install -q --upgrade \"labelbox[data]\"\n",
54-
"%pip install -q --upgrade ultralytics==8.0.20"
54+
"%pip install -q --upgrade ultralytics"
5555
]
5656
},
5757
{
@@ -546,7 +546,7 @@
546546
"source": [
547547
"# batch.delete()\n",
548548
"# project.delete()\n",
549-
"# dataset.delete()\\"
549+
"# dataset.delete()"
550550
]
551551
}
552552
],

0 commit comments

Comments
 (0)