Update Train_JupyterLab.ipynb

This commit is contained in:
Victor Hall 2023-06-12 16:26:13 -04:00 committed by GitHub
parent 8713a94ff5
commit a39d36555d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",