Skip to content

Commit

Permalink
fix typo on image and notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Nov 29, 2024
1 parent 4add286 commit 1628c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ammico/notebooks/DemoNotebook_ammico.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Import the ammico package."
"## Import the ammico package"
]
},
{
Expand Down Expand Up @@ -171,7 +171,6 @@
"metadata": {},
"outputs": [],
"source": [
"%pwd\n",
"image_dict = ammico.find_files(\n",
" # path = \"/content/drive/MyDrive/misinformation-data/\",\n",
" path=str(data_path),\n",
Expand Down Expand Up @@ -273,7 +272,8 @@
"# dump file name\n",
"dump_file = \"dump_file.csv\"\n",
"# dump every N images \n",
"dump_every = 10"
"dump_every = 10\n",
"print(len(image_dict))"
]
},
{
Expand Down
Binary file modified docs/source/_static/summary_detector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1628c5d

Please sign in to comment.