Spaces:
Running
Running
Upload notebooks/05_model_validation.ipynb with huggingface_hub
Browse files
notebooks/05_model_validation.ipynb
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
")\n",
|
| 47 |
"\n",
|
| 48 |
"# Configuration\n",
|
| 49 |
-
"config_path = Path(\"
|
| 50 |
"with open(config_path) as f:\n",
|
| 51 |
" CONFIG = json.load(f)\n",
|
| 52 |
"\n",
|
|
|
|
| 46 |
")\n",
|
| 47 |
"\n",
|
| 48 |
"# Configuration\n",
|
| 49 |
+
"config_path = Path(\"notebook_config.json\")\nif not config_path.exists():\n config_path = Path(\"/home/user/app/notebooks/notebook_config.json\")\n",
|
| 50 |
"with open(config_path) as f:\n",
|
| 51 |
" CONFIG = json.load(f)\n",
|
| 52 |
"\n",
|