From 01a8df1ca08527b97b75aa3532d83e5d0575bd20 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:04:30 +0200 Subject: [PATCH] Fix typo in image dataset docs --- 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.