update : README updated.

pull/63/head
sadrasabouri 2021-10-28 14:20:50 +03:30
rodzic c4a62f5463
commit 7738f41cb0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -197,7 +197,7 @@ Save generated data into a file
So you can load it into a `GenerativeImage` instance later by
```pycon
>>> g = GenerativeImage(data=open('test.json', 'w'))
>>> g = GenerativeImage(data=open('test.json', 'r'))
```
## Mathematical details