Skip to content

Commit

Permalink
Update instructions - Maria's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts committed Jan 26, 2023
1 parent 91535f4 commit 8ef50e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tensorflow/image-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Internally, the script will use the [`ImageFolder`](https://huggingface.co/docs/

#### Upload your data to the hub, as a (possibly private) repo

It's very easy (and convenient) to upload your image dataset to the hub using the [`ImageFolder`](https://huggingface.co/docs/datasets/v2.0.0/en/image_process#imagefolder) feature available in 🤗 Datasets. Simply do the following:
To upload your image dataset to the hub you can use the [`ImageFolder`](https://huggingface.co/docs/datasets/v2.0.0/en/image_process#imagefolder) feature available in 🤗 Datasets. Simply do the following:

```python
from datasets import load_dataset
Expand Down

0 comments on commit 8ef50e3

Please sign in to comment.