diff --git a/Train_JupyterLab.ipynb b/Train_JupyterLab.ipynb index 73ce91b..1163916 100644 --- a/Train_JupyterLab.ipynb +++ b/Train_JupyterLab.ipynb @@ -261,7 +261,7 @@ "out = Output()\n", "\n", "def upload_ckpts(_):\n", - " repo_id=f\"{hfuser.value or hfuser.placeholder}/{hfrepo.value or hfrepo.placeholder}\"\"\n", + " repo_id=f\"{hfuser.value or hfuser.placeholder}/{hfrepo.value or hfrepo.placeholder}\"\n", " with out:\n", " if ckpt_picker is None or len(ckpt_picker.value) < 1:\n", " print(\"Nothing selected for upload, make sure to click one of the ckpt files in the list, or, you have no ckpt files in the current directory.\")\n",