add json import

This commit is contained in:
rasbt 2024-09-23 09:12:31 -05:00
parent 6bc3de165c
commit d144bd5b7a
No known key found for this signature in database
GPG Key ID: 3C6E5C7C075611DB

View File

@ -1103,6 +1103,7 @@
],
"source": [
"from huggingface_hub import login\n",
"import json\n",
"\n",
"with open(\"config.json\", \"r\") as config_file:\n",
" config = json.load(config_file)\n",