sayakpaul HF staff commited on
Commit
c880046
1 Parent(s): 33cbf02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ Whitebox Cartoonizer [1] model in the `SavedModel` format. The model was exporte
10
  [this notebook](https://huggingface.co/sayakpaul/whitebox-cartoonizer/blob/main/export-saved-model.ipynb). Original model
11
  repository can be found [here](https://github.com/SystemErrorWang/White-box-Cartoonization).
12
 
 
 
 
 
13
  ## Inference code
14
 
15
  ```py
 
10
  [this notebook](https://huggingface.co/sayakpaul/whitebox-cartoonizer/blob/main/export-saved-model.ipynb). Original model
11
  repository can be found [here](https://github.com/SystemErrorWang/White-box-Cartoonization).
12
 
13
+ <p align="center">
14
+ <img src="https://huggingface.co/sayakpaul/whitebox-cartoonizer/resolve/main/output.png"/>
15
+ </p>
16
+
17
  ## Inference code
18
 
19
  ```py