Update README.md

This commit is contained in:
Younes Belkada 2022-12-07 12:50:02 +00:00 committed by huggingface-web
parent 25883a7ba6
commit 402bc4afca
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ prediction = torch.nn.functional.interpolate(
mode="bicubic",
align_corners=False,
)
```
# visualize the prediction
output = prediction.squeeze().cpu().numpy()