Spaces:
Running
Running
Ritobrata Ghosh
commited on
Commit
•
851cea0
1
Parent(s):
d9f0f39
open external link in new tab prevening breaking of demo
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -46,7 +46,7 @@ DALL·E mini is an AI model that generates images from any prompt you give!
|
|
46 |
<p style='text-align: center'>
|
47 |
Created by Boris Dayma et al. 2021
|
48 |
<br/>
|
49 |
-
<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>
|
50 |
</p>
|
51 |
""", unsafe_allow_html=True)
|
52 |
|
|
|
46 |
<p style='text-align: center'>
|
47 |
Created by Boris Dayma et al. 2021
|
48 |
<br/>
|
49 |
+
<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>
|
50 |
</p>
|
51 |
""", unsafe_allow_html=True)
|
52 |
|