PyTorch
huggan
gan
nielsr HF staff commited on
Commit
496a288
·
1 Parent(s): 70e257c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -24,7 +24,6 @@ The model was trained using the [example script](https://github.com/huggingface/
24
 
25
  ```python
26
  from huggan.pytorch.pix2pix.modeling_pix2pix import GeneratorUNet
27
- import requests
28
  from PIL import Image
29
  from torchvision.utils import save_image
30
 
 
24
 
25
  ```python
26
  from huggan.pytorch.pix2pix.modeling_pix2pix import GeneratorUNet
 
27
  from PIL import Image
28
  from torchvision.utils import save_image
29