Datasets:
Tasks:
Image Classification
Modalities:
Image
Languages:
English
Size:
10K<n<100K
ArXiv:
Libraries:
FiftyOne
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -71,7 +71,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 71 |
|
| 72 |
# Load the dataset
|
| 73 |
# Note: other available arguments include 'max_samples', etc
|
| 74 |
-
dataset = load_from_hub("
|
| 75 |
|
| 76 |
# Launch the App
|
| 77 |
session = fo.launch_app(dataset)
|
|
|
|
| 71 |
|
| 72 |
# Load the dataset
|
| 73 |
# Note: other available arguments include 'max_samples', etc
|
| 74 |
+
dataset = load_from_hub("Voxel51/curated-mnist")
|
| 75 |
|
| 76 |
# Launch the App
|
| 77 |
session = fo.launch_app(dataset)
|