nielsr HF staff commited on
Commit
ceb1138
1 Parent(s): cb85862
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,4 +27,4 @@ id2label = {0: 'cat', 1: 'dog'}
27
  with open('cats-and-dogs-id2label.json', 'w') as fp:
28
  json.dump(id2label, fp)
29
  ```
30
- You can then upload it to this repository (assuming you have right access).
 
27
  with open('cats-and-dogs-id2label.json', 'w') as fp:
28
  json.dump(id2label, fp)
29
  ```
30
+ You can then upload it to this repository (assuming you have write access).