rohis commited on
Commit
cf515dd
1 Parent(s): c931b8d

changed dataset path

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ import fiftyone.utils.huggingface as fouh
91
 
92
  # Load the dataset
93
  # Note: other available arguments include 'max_samples', etc
94
- dataset = fouh.load_from_hub("rohis/USPS")
95
 
96
  # Launch the App
97
  session = fo.launch_app(dataset)
 
91
 
92
  # Load the dataset
93
  # Note: other available arguments include 'max_samples', etc
94
+ dataset = fouh.load_from_hub("Voxel51/USPS")
95
 
96
  # Launch the App
97
  session = fo.launch_app(dataset)