pcuenca commited on
Commit
440f966
2 Parent(s): 910f8eb 851cea0

Merge pull request #65 from borisdayma/external-links-new-tab

Browse files
Files changed (1) hide show
  1. 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