File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1717Python client for using the computerender API.
1818
1919## Updates
20+
2021- v0.1: Improved Error handling
2122- v0.0: Img2img!
2223
@@ -66,12 +67,12 @@ result_bytes = asyncio.run(
6667)
6768```
6869
69- "a cow wearing sunglasses"
70- <img src="https://i.imgur.com/nhEQtQo.jpg "
70+ "a cow wearing sunglasses"
71+ <img src="https://i.imgur.com/nhEQtQo.jpg "
7172alt="a cow wearing sunglasses" width="256"/>
7273
73- "van gogh painting of a cow wearing sunglasses"
74- <img src="https://i.imgur.com/0qV4YB2.jpg "
74+ "van gogh painting of a cow wearing sunglasses"
75+ <img src="https://i.imgur.com/0qV4YB2.jpg "
7576alt="van gogh painting of a cow wearing sunglasses" width="256"/>
7677
7778## License
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " computerender"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44description = " Computerender"
55authors = [
" computerender <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments