Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy committed Jan 12, 2023
1 parent 31300b4 commit c80c94e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Python client for using the computerender API.

## Updates

- v0.1: Improved Error handling
- v0.0: Img2img!

Expand Down Expand Up @@ -66,12 +67,12 @@ result_bytes = asyncio.run(
)
```

"a cow wearing sunglasses"
<img src="https://i.imgur.com/nhEQtQo.jpg"
"a cow wearing sunglasses"
<img src="https://i.imgur.com/nhEQtQo.jpg"
alt="a cow wearing sunglasses" width="256"/>

"van gogh painting of a cow wearing sunglasses"
<img src="https://i.imgur.com/0qV4YB2.jpg"
"van gogh painting of a cow wearing sunglasses"
<img src="https://i.imgur.com/0qV4YB2.jpg"
alt="van gogh painting of a cow wearing sunglasses" width="256"/>

## License
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "computerender"
version = "0.1.3"
version = "0.1.4"
description = "Computerender"
authors = ["computerender <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c80c94e

Please sign in to comment.