Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
ArXiv:
harpreetsahota
commited on
Commit
•
8146e8a
1
Parent(s):
ecbadca
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
|
@@ -82,7 +82,7 @@ import fiftyone.utils.huggingface as fouh
|
|
82 |
|
83 |
# Load the dataset
|
84 |
# Note: other available arguments include 'max_samples', etc
|
85 |
-
dataset = fouh.load_from_hub("
|
86 |
|
87 |
# Launch the App
|
88 |
session = fo.launch_app(dataset)
|
|
|
46 |
|
47 |
# Note: other available arguments include ''max_samples'', etc
|
48 |
|
49 |
+
dataset = fouh.load_from_hub("Voxel51/ImageNet-O")
|
50 |
|
51 |
|
52 |
# Launch the App
|
|
|
82 |
|
83 |
# Load the dataset
|
84 |
# Note: other available arguments include 'max_samples', etc
|
85 |
+
dataset = fouh.load_from_hub("Voxel51/ImageNet-O")
|
86 |
|
87 |
# Launch the App
|
88 |
session = fo.launch_app(dataset)
|