update readme
This commit is contained in:
@@ -48,6 +48,27 @@ display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'a funeral at Whole Foods'
|
||||
image = model.generate_image(text, seed=10, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'Jesus turning water into wine on Americas Got Talent'
|
||||
image = model.generate_image(text, seed=2, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'cctv footage of Yoda robbing a liquor store'
|
||||
image = model.generate_image(text, seed=0, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
|
||||
### Command Line
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 896 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user