Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,6 +101,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 101 |
|
| 102 |
# Load the dataset
|
| 103 |
# Note: other available arguments include 'max_samples', etc
|
|
|
|
| 104 |
dataset = load_from_hub("andandandand/jaguars")
|
| 105 |
|
| 106 |
# Launch the App
|
|
|
|
| 101 |
|
| 102 |
# Load the dataset
|
| 103 |
# Note: other available arguments include 'max_samples', etc
|
| 104 |
+
# see https://docs.voxel51.com/api/fiftyone.utils.huggingface.html#fiftyone.utils.huggingface.load_from_hub
|
| 105 |
dataset = load_from_hub("andandandand/jaguars")
|
| 106 |
|
| 107 |
# Launch the App
|