Update Train_JupyterLab.ipynb

This commit is contained in:
Victor Hall 2023-06-13 11:44:26 -04:00 committed by GitHub
parent 2525bb1c5f
commit 5f62bbc198
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",