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