Spaces:
Runtime error
Runtime error
Commit
·
13585a3
1
Parent(s):
dcad38a
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ from torchvision.utils import save_image
|
|
| 5 |
|
| 6 |
from huggan.pytorch.pix2pix.modeling_pix2pix import GeneratorUNet
|
| 7 |
|
| 8 |
-
|
| 9 |
transform = Compose(
|
| 10 |
[
|
| 11 |
Resize((256, 256), Image.BICUBIC),
|
|
|
|
| 5 |
|
| 6 |
from huggan.pytorch.pix2pix.modeling_pix2pix import GeneratorUNet
|
| 7 |
|
|
|
|
| 8 |
transform = Compose(
|
| 9 |
[
|
| 10 |
Resize((256, 256), Image.BICUBIC),
|