brendenc commited on
Commit
20180c8
1 Parent(s): 6c11460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -129,9 +129,9 @@ with demo:
129
 
130
  VQ-VAEs are one of the tools used by DALL-E and are some of the only models that perform on par with VAEs but with a discrete latent space.
131
  For more information check out this [paper](https://arxiv.org/abs/1711.00937) and
132
- [example](https://keras.io/examples/generative/vq_vae/).
133
- Full Credits for this example go to [Sayak Paul](https://twitter.com/RisingSayak).
134
- Model card can be found [here](https://huggingface.co/brendenc/VQ-VAE)
135
  Demo by [Brenden Connors](https://www.linkedin.com/in/brenden-connors-6a0512195)""")
136
 
137
  with gr.Row():
129
 
130
  VQ-VAEs are one of the tools used by DALL-E and are some of the only models that perform on par with VAEs but with a discrete latent space.
131
  For more information check out this [paper](https://arxiv.org/abs/1711.00937) and
132
+ [example](https://keras.io/examples/generative/vq_vae/).<br>
133
+ Full Credits for this example go to [Sayak Paul](https://twitter.com/RisingSayak).<br>
134
+ Model card can be found [here](https://huggingface.co/brendenc/VQ-VAE).<br>
135
  Demo by [Brenden Connors](https://www.linkedin.com/in/brenden-connors-6a0512195)""")
136
 
137
  with gr.Row():