add json import

This commit is contained in:
rasbt 2024-09-23 09:12:31 -05:00
parent 835832a0f9
commit 941629d2c7

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