update readme

This commit is contained in:
Brett Kuprel 2022-07-01 19:01:07 -04:00
parent 8f58a51a7d
commit 2614a83f35

2
README.md vendored
View File

@ -41,7 +41,7 @@ model = MinDalleTorch(
) )
``` ```
then call `generate_image` with some text and a seed as many times as you like The required models will be downloaded to `models_root` if they are not already there. After the model has loaded, call `generate_image` with some text and a seed as many times as you want.
```python ```python
image = model.generate_image("a comfy chair that looks like an avocado") image = model.generate_image("a comfy chair that looks like an avocado")