harpreetsahota commited on
Commit
8146e8a
1 Parent(s): ecbadca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("harpreetsahota/ImageNet-O")
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("harpreetsahota/ImageNet-O")
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)