Skip to content

Commit d4422cc

Browse files
Fix typo in image dataset docs (#7231)
1 parent 6e8635d commit d4422cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/image_dataset.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There are two methods for creating and sharing an image dataset. This guide will show you how to:
44

5-
* 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.
5+
* 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.
66

77
* 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.
88

0 commit comments

Comments
 (0)