diff --git a/ammico/notebooks/DemoNotebook_ammico.ipynb b/ammico/notebooks/DemoNotebook_ammico.ipynb index 1bcfac4..81fac1d 100644 --- a/ammico/notebooks/DemoNotebook_ammico.ipynb +++ b/ammico/notebooks/DemoNotebook_ammico.ipynb @@ -78,7 +78,6 @@ "source": [ "data_path = \"./data-test\"\n", "data_path = Path(data_path)\n", - "print(data_path)\n", "data_path.mkdir(parents=True, exist_ok=True)\n", "# now save the files from the Huggingface dataset as images into the data_path folder\n", "for i, image in enumerate(dataset[\"train\"][\"image\"]):\n",