From 7738f41cb08095275c69fd2252c306686e26cc80 Mon Sep 17 00:00:00 2001 From: sadrasabouri Date: Thu, 28 Oct 2021 14:20:50 +0330 Subject: [PATCH] update : README updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab7b48..66bd6a1 100644 --- a/README.md +++ b/README.md @@ -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