Pedro Cuenca commited on
Commit
89a2c73
1 Parent(s): c286f15

Text changes.

Browse files

Former-commit-id: c1ecfa5805c3f536832b320c1ab60203fae0ccb7

Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -25,11 +25,11 @@ st.sidebar.markdown("""
25
  """, unsafe_allow_html=True)
26
  st.sidebar.markdown("""
27
  ___
28
- Dall-E Mini is an AI model that generates images from any prompt you give it!
29
 
30
  <p style='text-align: center'>
31
  Created by Boris Dayma et al. 2021
32
- <a href="https://github.com/borisdayma/dalle-mini">GitHub</a> | See <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA">Report</a>
33
  </p>
34
  """, unsafe_allow_html=True)
35
 
 
25
  """, unsafe_allow_html=True)
26
  st.sidebar.markdown("""
27
  ___
28
+ Dall-E Mini is an AI model that generates images from any prompt you give!
29
 
30
  <p style='text-align: center'>
31
  Created by Boris Dayma et al. 2021
32
+ <a href="https://github.com/borisdayma/dalle-mini">GitHub</a> | <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA">Report</a>
33
  </p>
34
  """, unsafe_allow_html=True)
35