add json import

This commit is contained in:
rasbt
2024-09-23 09:12:31 -05:00
parent 6bc3de165c
commit d144bd5b7a

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