Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuprel committed Jul 1, 2022
1 parent b3cd959 commit 2080e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a minimal implementation of Boris Dayma's [DALL·E Mini](https://github.

It currently takes **7.4 seconds** to generate an image with DALL·E Mega on a standard GPU runtime in Colab.

The flax model and the code for coverting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).
The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).

## Install

Expand Down Expand Up @@ -53,7 +53,7 @@ display(image)

### Command Line

Use the python script `image_from_text.py` to generate images from the command line.
Use `image_from_text.py` to generate images from the command line.

```bash
$ python image_from_text.py --text='artificial intelligence' --seed=7
Expand Down

0 comments on commit 2080e59

Please sign in to comment.