We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11658df commit 39f52d8Copy full SHA for 39f52d8
examples/model_assisted_labeling/mal_with_subclasses.ipynb
@@ -552,7 +552,7 @@
552
"# Wait for upload to finish (Will take up to five minutes)\n",
553
"upload_task.wait_until_done()\n",
554
"# Review the upload status\n",
555
- "for status in upload_tasks.statuses:\n",
+ "for status in upload_task.statuses:\n",
556
" print(status)"
557
]
558
},
0 commit comments