twodgirl commited on
Commit
3600fb3
·
verified ·
1 Parent(s): b0a0a68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- license: apache-2.0
3
- pipeline_tag: text-to-image
4
- ---
5
 
6
  # VQ-VAE Preview
7
 
@@ -9,6 +9,8 @@ The decoder provides a preview image from a predicted series of tokens (int valu
9
 
10
  Compatible with the Gemma/LLama/Qwen models and the [Trainer](https://huggingface.co/docs/transformers/en/main_classes/trainer) class.
11
 
 
 
12
  ## Inference
13
 
14
  ```python
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-image
4
+ ---
5
 
6
  # VQ-VAE Preview
7
 
 
9
 
10
  Compatible with the Gemma/LLama/Qwen models and the [Trainer](https://huggingface.co/docs/transformers/en/main_classes/trainer) class.
11
 
12
+ ![](images/preview.png)
13
+
14
  ## Inference
15
 
16
  ```python