From d4422cc24a56dc7132ddc3fd6b285c5edbd60b8c Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:06:19 +0200 Subject: [PATCH] Fix typo in image dataset docs (#7231) --- docs/source/image_dataset.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/image_dataset.mdx b/docs/source/image_dataset.mdx index 8dd9ac2c1fa..43559cbd2d7 100644 --- a/docs/source/image_dataset.mdx +++ b/docs/source/image_dataset.mdx @@ -2,7 +2,7 @@ There are two methods for creating and sharing an image dataset. This guide will show you how to: -* Create an audio dataset from local files in python with [`Dataset.push_to_hub`]. This is an easy way that requires only a few steps in python. +* Create an image dataset from local files in python with [`Dataset.push_to_hub`]. This is an easy way that requires only a few steps in python. * Create an image dataset with `ImageFolder` and some metadata. This is a no-code solution for quickly creating an image dataset with several thousand images.