[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
Этот коммит содержится в:
pre-commit-ci[bot] 2023-04-02 12:32:28 +00:00
родитель 0fd6962dd3
Коммит 35f63f0b74

4
notebooks/multimodal_search.ipynb сгенерированный
Просмотреть файл

@ -69,12 +69,10 @@
},
"outputs": [],
"source": [
"# Here you need to provide the path to your google drive folder\n",
"# or local folder containing the images\n",
"images = mutils.find_files(\n",
" path=\"/content/drive/MyDrive/misinformation-data/\",\n",
" limit=10,\n",
")"
]
@ -88,9 +86,7 @@
},
"outputs": [],
"source": [
"mydict = mutils.initialize_dict(images)"
]
},
{