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