From 005ee4938e86ece6dec63d02e2192986c7a3204f Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Wed, 29 Jun 2022 15:24:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17f25b1..ac20a8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # min(DALL·E) -[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/kuprel/min-dalle/blob/main/min_dalle.ipynb) \ -Try Replicate web demo here [![Replicate](https://replicate.com/kuprel/min-dalle/badge)](https://replicate.com/kuprel/min-dalle) +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/kuprel/min-dalle/blob/main/min_dalle.ipynb)   +[![Replicate](https://replicate.com/kuprel/min-dalle/badge)](https://replicate.com/kuprel/min-dalle) This is a minimal implementation of [DALL·E Mini](https://github.com/borisdayma/dalle-mini). It has been stripped to the bare essentials necessary for doing inference, and converted to PyTorch. The only third party dependencies are numpy, torch, and flax (and optionally wandb to download the models). @@ -36,4 +36,4 @@ python image_from_text.py --text='a comfy chair that looks like an avocado' --to python image_from_text.py --text='court sketch of godzilla on trial' --mega --seed=100 ``` -![Godzilla Trial](examples/godzilla_trial.png) \ No newline at end of file +![Godzilla Trial](examples/godzilla_trial.png)