File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pip install dalle2
1616``` python
1717from dalle2 import Dalle2
1818
19- dalle = Dalle2(" sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx" )
19+ dalle = Dalle2(" sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx" )
2020generations = dalle.generate(" portal to another dimension, digital art" )
2121print (generations)
2222```
Original file line number Diff line number Diff line change 11[metadata]
22name = dalle2
3- version = 0 .0.4
3+ version = 1 .0.0
44author = ezzcodeezzlife
5566description = Use DALL·E 2 in Python
77long_description = file: README.md
88long_description_content_type = text/markdown
9- url = https://github.com/xx/xx
9+ url = https://github.com/ezzcodeezzlife/dalle2-in-python
1010project_urls =
11- Bug Tracker = https://github.com/xx/xx /issues
11+ Bug Tracker = https://github.com/ezzcodeezzlife/dalle2-in-python /issues
1212classifiers =
1313 Programming Language :: Python :: 3
1414 License :: OSI Approved :: MIT License
You can’t perform that action at this time.
0 commit comments