We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51c91c commit 148904bCopy full SHA for 148904b
1 file changed
README.md
@@ -18,6 +18,7 @@ from dalle2 import Dalle2
18
19
dalle = Dalle2("sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
20
generations = dalle.generate("portal to another dimension, digital art")
21
+
22
print(generations)
23
```
24
@@ -47,7 +48,7 @@ print(generations)
47
48
'prompt_id': 'prompt-2CtaLasdUbJHHfoJQy9Lul3T',
49
'is_public': false
50
},
- // 8 more ...
51
+ # 8 more ...
52
]
53
54
0 commit comments