Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
f95204e
1
Parent(s):
c735721
Break before sidebar links.
Browse files- app/app.py +1 -0
app/app.py
CHANGED
@@ -43,6 +43,7 @@ DALL·E mini is an AI model that generates images from any prompt you give!
|
|
43 |
|
44 |
<p style='text-align: center'>
|
45 |
Created by Boris Dayma et al. 2021
|
|
|
46 |
<a href="https://github.com/borisdayma/dalle-mini">GitHub</a> | <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA">Project Report</a>
|
47 |
</p>
|
48 |
""", unsafe_allow_html=True)
|
|
|
43 |
|
44 |
<p style='text-align: center'>
|
45 |
Created by Boris Dayma et al. 2021
|
46 |
+
<br/>
|
47 |
<a href="https://github.com/borisdayma/dalle-mini">GitHub</a> | <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA">Project Report</a>
|
48 |
</p>
|
49 |
""", unsafe_allow_html=True)
|