trojblue commited on
Commit
2f287af
1 Parent(s): e949c4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,5 +18,5 @@ human_df = human_dataset.to_pandas()
18
 
19
  # push to hub
20
  dataset_combined = Dataset.from_pandas(df)
21
- dataset_combined.push_to_hub("datatmp/aesthetic_eagle_weak_15k-mod")
22
  ```
 
18
 
19
  # push to hub
20
  dataset_combined = Dataset.from_pandas(df)
21
+ dataset_combined.push_to_hub("datatmp/aesthetic_eagle_weak_15k-mod", private=True)
22
  ```