jamarks commited on
Commit
a7f54c1
1 Parent(s): e0446b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -49,7 +49,7 @@ dataset_summary: '
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
- dataset = fouh.load_from_hub("jamarks/cats-vs-dogs-imbalanced")
53
 
54
 
55
  # Launch the App
@@ -89,7 +89,7 @@ import fiftyone.utils.huggingface as fouh
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
- dataset = fouh.load_from_hub("jamarks/cats-vs-dogs-imbalanced")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)
 
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
+ dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-imbalanced")
53
 
54
 
55
  # Launch the App
 
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
+ dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-imbalanced")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)