Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ dataset_summary: '
|
|
| 46 |
|
| 47 |
# Note: other available arguments include ''max_samples'', etc
|
| 48 |
|
| 49 |
-
dataset = fouh.load_from_hub("
|
| 50 |
|
| 51 |
|
| 52 |
# Launch the App
|
|
@@ -83,7 +83,7 @@ import fiftyone.utils.huggingface as fouh
|
|
| 83 |
|
| 84 |
# Load the dataset
|
| 85 |
# Note: other available arguments include 'max_samples', etc
|
| 86 |
-
dataset = fouh.load_from_hub("
|
| 87 |
|
| 88 |
# Launch the App
|
| 89 |
session = fo.launch_app(dataset)
|
|
|
|
| 46 |
|
| 47 |
# Note: other available arguments include ''max_samples'', etc
|
| 48 |
|
| 49 |
+
dataset = fouh.load_from_hub("Voxel51/ImageNet-A")
|
| 50 |
|
| 51 |
|
| 52 |
# Launch the App
|
|
|
|
| 83 |
|
| 84 |
# Load the dataset
|
| 85 |
# Note: other available arguments include 'max_samples', etc
|
| 86 |
+
dataset = fouh.load_from_hub("Voxel51/ImageNet-A")
|
| 87 |
|
| 88 |
# Launch the App
|
| 89 |
session = fo.launch_app(dataset)
|