From a39d36555d76c07af8b7e6fcb0134387805f0068 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Mon, 12 Jun 2023 16:26:13 -0400 Subject: [PATCH] Update Train_JupyterLab.ipynb --- Train_JupyterLab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Train_JupyterLab.ipynb b/Train_JupyterLab.ipynb index d24d36c..73ce91b 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",