Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with demo:
|
|
| 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():
|
| 138 |
with gr.Column():
|
|
|
|
| 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():
|
| 138 |
with gr.Column():
|