Fix typo
Browse files
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
|
|
|
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).
|