jamarks commited on
Commit
12cf7b4
1 Parent(s): eca39d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,7 +57,7 @@ dataset_summary: '
57
 
58
  # Note: other available arguments include ''max_samples'', etc
59
 
60
- dataset = fouh.load_from_hub("jamarks/dacl10k")
61
 
62
 
63
  # Launch the App
@@ -101,7 +101,7 @@ import fiftyone.utils.huggingface as fouh
101
 
102
  # Load the dataset
103
  # Note: other available arguments include 'max_samples', etc
104
- dataset = fouh.load_from_hub("jamarks/dacl10k")
105
 
106
  # Launch the App
107
  session = fo.launch_app(dataset)
 
57
 
58
  # Note: other available arguments include ''max_samples'', etc
59
 
60
+ dataset = fouh.load_from_hub("Voxel51/dacl10k")
61
 
62
 
63
  # Launch the App
 
101
 
102
  # Load the dataset
103
  # Note: other available arguments include 'max_samples', etc
104
+ dataset = fouh.load_from_hub("Voxel51/dacl10k")
105
 
106
  # Launch the App
107
  session = fo.launch_app(dataset)