Pedro Cuenca commited on
Commit
4192753
1 Parent(s): a586a8b

Link to VQGAN notebook through colab, use svg logo.

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -32,8 +32,7 @@ Finetuning was performed in PyTorch using [taming-transformers](https://github.c
32
  The checkpoint can be loaded using [Suraj Patil's implementation](https://github.com/patil-suraj/vqgan-jax) of `VQModel`.
33
 
34
  * Example notebook, heavily based in work by [Suraj](https://huggingface.co/valhalla):
35
-
36
- [![Colab](https://miro.medium.com/max/48/1*7oukapIBInsovpHkQB3QZg.jpeg)](https://colab.research.google.com/drive/1kdIsfz-vLHSoI_UPxpVrxQPxY2s593uH?usp=sharing/)
37
 
38
  * Batch encoding using JAX `pmap`, complete example including data loading with PyTorch:
39
 
 
32
  The checkpoint can be loaded using [Suraj Patil's implementation](https://github.com/patil-suraj/vqgan-jax) of `VQModel`.
33
 
34
  * Example notebook, heavily based in work by [Suraj](https://huggingface.co/valhalla):
35
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/dev/vqgan/JAX_VQGAN_f16_16384_Reconstruction.ipynb)
 
36
 
37
  * Batch encoding using JAX `pmap`, complete example including data loading with PyTorch:
38