From 5f62bbc198811cb4c75bfc655f1e33b289e9e5aa Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Tue, 13 Jun 2023 11:44:26 -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 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",