boris commited on
Commit
6fa1106
1 Parent(s): 5d39a05

doc: update README

Browse files

Former-commit-id: 43becab5c7d6ebcff17a5ce016ba9aacfde8687c

Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -3,21 +3,20 @@ title: Dalle Mini
3
  emoji: 🥑
4
  colorFrom: red
5
  colorTo: blue
6
- sdk: gradio
7
- app_file: app/app_gradio_ngrok.py
8
  pinned: false
9
  ---
10
 
11
- # DALL-E Mini
12
 
13
  _Generate images from a text prompt_
14
 
15
-
16
  <img src="img/logo.png" width="200">
17
 
18
- Our logo was generated with DALL-E mini using the prompt "logo of an armchair in the shape of an avocado".
19
 
20
- You can also create your own pictures with the demo (TODO: add link).
21
 
22
  ## How does it work?
23
 
@@ -55,14 +54,13 @@ Use [patil-suraj/vqgan-jax](https://github.com/patil-suraj/vqgan-jax).
55
 
56
  ### Training of Seq2Seq
57
 
58
- Refer to `seq2seq` folder (some parameters may have been hardcoded for convenience when training on our TPU VM).
59
 
60
  You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
61
 
62
  ### Inference
63
 
64
- Refer to the demo notebooks.
65
- TODO: add links
66
 
67
  ## Authors
68
 
 
3
  emoji: 🥑
4
  colorFrom: red
5
  colorTo: blue
6
+ sdk: streamlit
7
+ app_file: app/app.py
8
  pinned: false
9
  ---
10
 
11
+ # DALL·E Mini
12
 
13
  _Generate images from a text prompt_
14
 
 
15
  <img src="img/logo.png" width="200">
16
 
17
+ Our logo was generated with DALL·E mini using the prompt "logo of an armchair in the shape of an avocado".
18
 
19
+ You can create your own pictures with [the demo](https://huggingface.co/spaces/flax-community/dalle-mini) (temporarily in beta on Huging Face Spaces but soon to be open to all).
20
 
21
  ## How does it work?
22
 
 
54
 
55
  ### Training of Seq2Seq
56
 
57
+ Refer to `dev/seq2seq` folder.
58
 
59
  You can also adjust the [sweep configuration file](https://docs.wandb.ai/guides/sweeps) if you need to perform a hyperparameter search.
60
 
61
  ### Inference
62
 
63
+ Refer to `dev/notebooks/demo`.
 
64
 
65
  ## Authors
66