boris commited on
Commit
fd1dead
1 Parent(s): 604225f

doc: add reference

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. app/gradio/app.py +1 -1
README.md CHANGED
@@ -32,11 +32,10 @@ There are several ways to use DALL路E mini to create your own images:
32
 
33
  * spin off your own app with [DALL-E Playground repository](https://github.com/saharmor/dalle-playground) (thanks [Sahar](https://twitter.com/theaievangelist))
34
 
35
- * try [DALL路E Flow](https://github.com/jina-ai/dalle-flow) project for generating, diffusion, upscaling in a Human-in-the-Loop workflow.
36
 
37
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jina-ai/dalle-flow/blob/main/client.ipynb)
38
 
39
-
40
  ## How does it work?
41
 
42
  Refer to [our report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA).
@@ -96,9 +95,10 @@ DALL路E mini was initially developed by:
96
  Many thanks to the people who helped make it better:
97
 
98
  * the [DALLE-Pytorch](https://discord.gg/xBPBXfcFHd) and [EleutherAI](https://www.eleuther.ai/) communities for testing and exchanging cool ideas
99
- * [Rohan Anil](https://github.com/rohan-anil) for adding Distributed Shampoo optimizer
100
  * [Phil Wang](https://github.com/lucidrains) has provided a lot of cool implementations of transformer variants and gives interesting insights with [x-transformers](https://github.com/lucidrains/x-transformers)
101
  * [Katherine Crowson](https://github.com/crowsonkb) for [super conditioning](https://twitter.com/RiversHaveWings/status/1478093658716966912)
 
102
 
103
  ## Citing DALL路E mini
104
 
 
32
 
33
  * spin off your own app with [DALL-E Playground repository](https://github.com/saharmor/dalle-playground) (thanks [Sahar](https://twitter.com/theaievangelist))
34
 
35
+ * try [DALL路E Flow](https://github.com/jina-ai/dalle-flow) project for generating, diffusion, upscaling in a Human-in-the-Loop workflow.
36
 
37
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jina-ai/dalle-flow/blob/main/client.ipynb)
38
 
 
39
  ## How does it work?
40
 
41
  Refer to [our report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA).
 
95
  Many thanks to the people who helped make it better:
96
 
97
  * the [DALLE-Pytorch](https://discord.gg/xBPBXfcFHd) and [EleutherAI](https://www.eleuther.ai/) communities for testing and exchanging cool ideas
98
+ * [Rohan Anil](https://github.com/rohan-anil) for adding Distributed Shampoo optimizer and always giving great suggestions
99
  * [Phil Wang](https://github.com/lucidrains) has provided a lot of cool implementations of transformer variants and gives interesting insights with [x-transformers](https://github.com/lucidrains/x-transformers)
100
  * [Katherine Crowson](https://github.com/crowsonkb) for [super conditioning](https://twitter.com/RiversHaveWings/status/1478093658716966912)
101
+ * the [Gradio team](https://gradio.app/) made an amazing UI for our app
102
 
103
  ## Citing DALL路E mini
104
 
app/gradio/app.py CHANGED
@@ -43,7 +43,7 @@ with block:
43
  gr.Markdown(
44
  """___
45
  <p style='text-align: center'>
46
- Created by Boris Dayma et al. 2021-2022
47
  <br/>
48
  <a href="https://github.com/borisdayma/dalle-mini" target="_blank">GitHub</a> | <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA" target="_blank">Project Report</a>
49
  </p>"""
 
43
  gr.Markdown(
44
  """___
45
  <p style='text-align: center'>
46
+ Created by <a href="https://twitter.com/borisdayma" target="_blank">Boris Dayma</a> et al. 2021-2022
47
  <br/>
48
  <a href="https://github.com/borisdayma/dalle-mini" target="_blank">GitHub</a> | <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA" target="_blank">Project Report</a>
49
  </p>"""