Update DemoNotebook_ammico.ipynb

cleanup
Этот коммит содержится в:
ChristineSchulz 2025-04-07 08:13:34 +02:00 коммит произвёл GitHub
родитель 1527202ebb
Коммит 0cd86e4b8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194

Просмотреть файл

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