Update README.md
Browse files
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
|