From 8a35f1bf671a86b887237d35a80c0c62a4ead37b Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 4 Jan 2023 14:18:09 +0100 Subject: [PATCH] Update hands-on.mdx --- units/en/unit4/hands-on.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/units/en/unit4/hands-on.mdx b/units/en/unit4/hands-on.mdx index ff782db..c31a332 100644 --- a/units/en/unit4/hands-on.mdx +++ b/units/en/unit4/hands-on.mdx @@ -801,8 +801,6 @@ To be able to share your model with the community there are three more steps to ```python -from huggingface_hub import notebook_login - notebook_login() ```