Pedro Cuenca commited on
Commit
478aae4
1 Parent(s): e1d1551

Add logo and links to report and demo.

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,6 +5,11 @@ language:
5
 
6
  ## DALL·E mini - Generate images from text
7
 
 
 
 
 
 
8
  ### Model Description
9
 
10
  This is an attempt to replicate OpenAI's [DALL·E](https://openai.com/blog/dall-e/), a model capable of generating arbitrary images from a text prompt that describes the desired result.
 
5
 
6
  ## DALL·E mini - Generate images from text
7
 
8
+ <img style="text-align:center; display:block;" src="https://raw.githubusercontent.com/borisdayma/dalle-mini/main/img/logo.png" width="200">
9
+
10
+ * [Technical Report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA)
11
+ * [Demo](https://huggingface.co/spaces/flax-community/dalle-mini)
12
+
13
  ### Model Description
14
 
15
  This is an attempt to replicate OpenAI's [DALL·E](https://openai.com/blog/dall-e/), a model capable of generating arbitrary images from a text prompt that describes the desired result.